update libhaze to silence gcc 15 warning and run on core2 instead of core0.

This commit is contained in:
ITotalJustice
2025-05-11 03:45:48 +01:00
parent 441807bc53
commit 4d3d7e81d4
2 changed files with 3 additions and 28 deletions

View File

@@ -779,7 +779,7 @@ void App::SetMtpEnable(bool enable) {
if (App::GetMtpEnable() != enable) {
g_app->m_mtp_enabled.Set(enable);
if (enable) {
hazeInitialize(haze_callback);
hazeInitialize(haze_callback, 0x2C, 2);
} else {
hazeExit();
}
@@ -1241,7 +1241,7 @@ App::App(const char* argv0) {
}
if (App::GetMtpEnable()) {
hazeInitialize(haze_callback);
hazeInitialize(haze_callback, 0x2C, 2);
}
if (App::GetFtpEnable()) {