mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-25 19:47:53 -05:00
patch_manager: Dump NSO name with build ID
This commit is contained in:
@ -154,8 +154,7 @@ void WebBrowser::Execute() {
|
||||
|
||||
auto& frontend{Core::System::GetInstance().GetWebBrowser()};
|
||||
|
||||
frontend.OpenPage(
|
||||
filename, [this] { UnpackRomFS(); }, [this] { Finalize(); });
|
||||
frontend.OpenPage(filename, [this] { UnpackRomFS(); }, [this] { Finalize(); });
|
||||
}
|
||||
|
||||
void WebBrowser::UnpackRomFS() {
|
||||
|
Reference in New Issue
Block a user