early-access version 3999
This commit is contained in:
parent
1382f73d4e
commit
1996a32f94
4 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
yuzu emulator early access
|
||||
=============
|
||||
|
||||
This is the source code for early-access 3998.
|
||||
This is the source code for early-access 3999.
|
||||
|
||||
## Legal Notice
|
||||
|
||||
|
|
2
externals/CMakeLists.txt
vendored
2
externals/CMakeLists.txt
vendored
|
@ -193,7 +193,7 @@ if (ANDROID)
|
|||
endif()
|
||||
endif()
|
||||
|
||||
if (UNIX)
|
||||
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
add_subdirectory(gamemode)
|
||||
endif()
|
||||
|
||||
|
|
|
@ -182,7 +182,7 @@ if(ANDROID)
|
|||
)
|
||||
endif()
|
||||
|
||||
if (UNIX)
|
||||
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
target_sources(common PRIVATE
|
||||
linux/gamemode.cpp
|
||||
linux/gamemode.h
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <gamemode_client.h>
|
||||
|
||||
#include "common/linux/gamemode.h"
|
||||
#include "common/logging/log.h"
|
||||
#include "common/settings.h"
|
||||
|
||||
namespace Common::Linux {
|
||||
|
|
Loading…
Reference in a new issue