Update GameConfig.xml
Some checks failed
Build Android / build_android (apk) (push) Has been cancelled
Build Android / build_android (libretro) (push) Has been cancelled
Build iOS / build_ios (push) Has been cancelled
Build JavaScript / build_js (push) Has been cancelled
Build Linux / build_linux (push) Has been cancelled
Build Linux ARM32 / build_linux_arm32 (push) Has been cancelled
Build Linux ARM64 / build_linux_arm64 (push) Has been cancelled
Build macOS / build_macos (push) Has been cancelled
Build Windows / build_windows (x86_32, Visual Studio 16 2019, installer32.nsi, win32_msvc2019, Win32) (push) Has been cancelled
Build Windows / build_windows (x86_64, Visual Studio 16 2019, installer64.nsi, win64_msvc2019_64, x64) (push) Has been cancelled
Build Windows Psf / build_windows_psf (off, x86_64, Visual Studio 16 2019, installer64.nsi, x64) (push) Has been cancelled
Build Windows Psf / build_windows_psf (on, x86_64, Visual Studio 16 2019, installer64.nsi, x64) (push) Has been cancelled
Check Format / run_clangformat (push) Has been cancelled

Add idle loop patch for Star Wars: Battlefront 2.
This commit is contained in:
Jean-Philip Desjardins 2025-04-18 21:06:32 -04:00
parent 86f6c9bb3b
commit 3574e2b190

View file

@ -35,6 +35,10 @@
<GameConfig Executable="SLUS_210.48;1" Title="Evil Dead: Regeneration"> <GameConfig Executable="SLUS_210.48;1" Title="Evil Dead: Regeneration">
<IdleLoopBlock Address="0x00377898" /> <IdleLoopBlock Address="0x00377898" />
</GameConfig> </GameConfig>
<!-- SLUS-21240 -->
<GameConfig Executable="SWBFRNT2.ELF;1" Title="Star Wars: Battlefront II">
<IdleLoopBlock Address="0x00427F40" />
</GameConfig>
<GameConfig Executable="SLUS_213.06;1" Title="Ghost Rider"> <GameConfig Executable="SLUS_213.06;1" Title="Ghost Rider">
<IdleLoopBlock Address="0x002F43E8" /> <IdleLoopBlock Address="0x002F43E8" />
</GameConfig> </GameConfig>