mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 14:22:25 -07: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