Compare commits

..

3 commits

Author SHA1 Message Date
26db1fb807
[gamemode] extra win/lin/macos fixes
All checks were successful
eden-license / license-header (pull_request) Successful in 28s
Signed-off-by: lizzie <lizzie@eden-emu.dev>
2025-08-30 08:43:59 +00:00
667e3c1fb5
[gamemode] make option available on all nixes
Signed-off-by: lizzie <lizzie@eden-emu.dev>
2025-08-30 08:41:45 +00:00
f9f7b96acd
[gamemode] Make available on other platforms
Signed-off-by: lizzie <lizzie@eden-emu.dev>
2025-08-30 08:41:45 +00:00
3 changed files with 3 additions and 3 deletions

View file

@ -179,7 +179,7 @@ if (ANDROID AND ARCHITECTURE_arm64)
AddJsonPackage(libadrenotools)
endif()
if (UNIX AND NOT APPLE AND NOT TARGET gamemode::headers)
if (NOT TARGET gamemode::headers)
add_library(gamemode INTERFACE)
target_include_directories(gamemode INTERFACE gamemode)
add_library(gamemode::headers ALIAS gamemode)

View file

@ -3566,7 +3566,7 @@ void GMainWindow::OnStartGame() {
play_time_manager->Start();
discord_rpc->Update();
Common::FeralGamemode::StartGamemode();
Common::FeralGamemode::Start();
}
void GMainWindow::OnRestartGame() {

View file

@ -432,7 +432,7 @@ int main(int argc, char** argv) {
// Just exit right away.
exit(0);
});
Common::FeralGamemode::StartGamemode();
Common::FeralGamemode::Start();
void(system.Run());
if (system.DebuggerEnabled()) {