mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-14 02:07:07 +02:00
fix
This commit is contained in:
parent
bcd9531654
commit
51c979709c
2 changed files with 2 additions and 4 deletions
|
|
@ -3,6 +3,8 @@
|
||||||
# SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
|
# SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
[ -z ${OO_PS4_TOOLCHAIN+x} ] && exit
|
||||||
|
|
||||||
[ -f "ps4-toolchain.cmake" ] || cat << EOF >"ps4-toolchain.cmake"
|
[ -f "ps4-toolchain.cmake" ] || cat << EOF >"ps4-toolchain.cmake"
|
||||||
set(CMAKE_SYSROOT "$OO_PS4_TOOLCHAIN")
|
set(CMAKE_SYSROOT "$OO_PS4_TOOLCHAIN")
|
||||||
set(CMAKE_STAGING_PREFIX "$OO_PS4_TOOLCHAIN")
|
set(CMAKE_STAGING_PREFIX "$OO_PS4_TOOLCHAIN")
|
||||||
|
|
|
||||||
|
|
@ -452,10 +452,6 @@ int main(int argc, char** argv) {
|
||||||
};
|
};
|
||||||
system.RegisterExitCallback(exit_fn);
|
system.RegisterExitCallback(exit_fn);
|
||||||
|
|
||||||
#ifdef __linux__
|
|
||||||
Common::Linux::StartGamemode();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void(system.Run());
|
void(system.Run());
|
||||||
if (system.DebuggerEnabled()) {
|
if (system.DebuggerEnabled()) {
|
||||||
system.InitializeDebugger();
|
system.InitializeDebugger();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue