1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-04-29 19:44:52 +02:00

yes, linux doesnt need thos files, idk why

This commit is contained in:
Detanup01 2024-05-14 20:44:06 +02:00 committed by otavepto
parent f2bb0f973f
commit 71a1e77fe7

View file

@ -286,10 +286,7 @@ project "SteamEmu"
linux_files linux_files
} }
removefiles { removefiles {
"libs/simpleini/**" "libs/simpleini/**",
}
removefiles {
"helpers/pe_**" "helpers/pe_**"
} }
buildoptions { buildoptions {
@ -362,22 +359,26 @@ project "SteamEmu"
-- ExperimentalDebug LINUX -- ExperimentalDebug LINUX
filter { "ExperimentalDebug", "options:os=linux" } filter { "ExperimentalDebug", "options:os=linux" }
files { files {
default_files, linux_files,
predefined_libs,
crash_linux,
"controller/**",
"overlay_experimental/**" "overlay_experimental/**"
} }
removefiles {
"libs/simpleini/**",
"helpers/pe_**"
}
defines { "DEBUG", "CONTROLLER_SUPPORT", "EMU_OVERLAY", "ImTextureID=ImU64", "UTF_CPP_CPLUSPLUS=201703L", "CURL_STATICLIB", "UNICODE", "_UNICODE", "GNUC", "EMU_BUILD_STRING=".._OPTIONS["emubuild"] } defines { "DEBUG", "CONTROLLER_SUPPORT", "EMU_OVERLAY", "ImTextureID=ImU64", "UTF_CPP_CPLUSPLUS=201703L", "CURL_STATICLIB", "UNICODE", "_UNICODE", "GNUC", "EMU_BUILD_STRING=".._OPTIONS["emubuild"] }
-- ExperimentalRelease LINUX -- ExperimentalRelease LINUX
filter { "ExperimentalRelease", "options:os=linux" } filter { "ExperimentalRelease", "options:os=linux" }
files { files {
default_files, linux_files,
predefined_libs,
crash_linux,
"controller/**",
"overlay_experimental/**" "overlay_experimental/**"
} }
removefiles {
"libs/simpleini/**",
"helpers/pe_**"
}
defines { "NDEBUG", "EMU_RELEASE_BUILD", "CONTROLLER_SUPPORT", "EMU_OVERLAY", "ImTextureID=ImU64", "UTF_CPP_CPLUSPLUS=201703L", "CURL_STATICLIB", "UNICODE", "_UNICODE", "GNUC", "EMU_BUILD_STRING=".._OPTIONS["emubuild"] } defines { "NDEBUG", "EMU_RELEASE_BUILD", "CONTROLLER_SUPPORT", "EMU_OVERLAY", "ImTextureID=ImU64", "UTF_CPP_CPLUSPLUS=201703L", "CURL_STATICLIB", "UNICODE", "_UNICODE", "GNUC", "EMU_BUILD_STRING=".._OPTIONS["emubuild"] }
-- End SteamEmu -- End SteamEmu