Browse Source
[gamemode] extra win/lin/macos fixes
Signed-off-by: lizzie <lizzie@eden-emu.dev>
pull/353/head
lizzie
4 months ago
committed by
Caio Oliveira
No known key found for this signature in database
GPG Key ID: 362DA3DC1901E080
2 changed files with
2 additions and
2 deletions
-
externals/CMakeLists.txt
-
src/yuzu_cmd/yuzu.cpp
|
|
|
@ -267,7 +267,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) |
|
|
|
|
|
|
|
@ -424,7 +424,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()) { |
|
|
|
|