mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
update blacklist
This commit is contained in:
parent
d6d43b9d01
commit
9c9dd2a45b
1 changed files with 28 additions and 3 deletions
|
@ -973,9 +973,34 @@ void CEXISlippi::prepareGeckoList()
|
|||
{0x803BB05C, true}, // External/Widescreen/Fix Screen Flash.asm
|
||||
{0x8036A4A8, true}, // External/Widescreen/Overwrite CObj Values.asm
|
||||
|
||||
{0x801a4de4, true}, // Start engine loop
|
||||
{0x8038d0b0, true}, // PreventDuplicateSounds
|
||||
{0x801a5014, true}, // LoopEngineForRollback
|
||||
{0x8006A880, true}, // Online/Core/BrawlOffscreenDamage.asm
|
||||
{0x801A4DB4, true}, // Online/Core/ForceEngineOnRollback.asm
|
||||
{0x8016D310, true}, // Online/Core/HandleLRAS.asm
|
||||
{0x8034DED8, true}, // Online/Core/HandleRumble.asm
|
||||
{0x8016E748, true}, // Online/Core/InitOnlinePlay.asm
|
||||
{0x8016e904, true}, // Online/Core/InitPause.asm
|
||||
{0x801a5014, true}, // Online/Core/LoopEngineForRollback.asm
|
||||
{0x801a4de4, true}, // Online/Core/StartEngineLoop.asm
|
||||
{0x80376A28, true}, // Online/Core/TriggerSendInput.asm
|
||||
{0x801a4cb4, true}, // Online/Core/EXIFileLoad/AllocBuffer.asm
|
||||
{0x800163fc, true}, // Online/Core/EXIFileLoad/GetFileSize.asm
|
||||
{0x800166b8, true}, // Online/Core/EXIFileLoad/TransferFile.asm
|
||||
{0x80019260, true}, // Online/Core/Hacks/ForceNoDiskCrash.asm
|
||||
{0x80376304, true}, // Online/Core/Hacks/ForceNoVideoAssert.asm
|
||||
{0x80321d70, true}, // Online/Core/Hacks/PreventCharacterCrowdChants.asm
|
||||
{0x80019608, true}, // Online/Core/Hacks/PreventPadAlarmDuringRollback.asm
|
||||
{0x80023FFC, true}, // Online/Core/PreventFileAlarms/MuteMusic.asm
|
||||
{0x8038add0, true}, // Online/Core/PreventFileAlarms/PreventMusicAlarm.asm
|
||||
{0x8038D224, true}, // Online/Core/Sound/AssignSoundInstanceId.asm
|
||||
{0x80088224, true}, // Online/Core/Sound/NoDestroyVoice.asm
|
||||
{0x800882B0, true}, // Online/Core/Sound/NoDestroyVoice2.asm
|
||||
{0x8038D0B0, true}, // Online/Core/Sound/PreventDuplicateSounds.asm
|
||||
{0x803775b8, true}, // Online/Logging/LogInputOnCopy.asm
|
||||
{0x8016e9b4, true}, // Online/Menus/InGame/InitInGame.asm
|
||||
{0x80185050, true}, // Online/Menus/VSScreen/HideStageDisplay/PreventEarlyR3Overwrite.asm
|
||||
{0x80184b1c, true}, // Online/Menus/VSScreen/HideStageText/SkipStageNumberShow.asm
|
||||
{0x801A45BC, true}, // Online/Slippi Online Scene/main.asm
|
||||
{0x801BFA20, true}, // Online/Slippi Online Scene/boot.asm
|
||||
};
|
||||
|
||||
std::unordered_map<u32, bool> blacklist;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue