mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
apparently i never tested this
This commit is contained in:
@ -405,12 +405,12 @@ inline void SWP(ARM* cpu)
|
||||
|
||||
void A_SWP(ARM* cpu)
|
||||
{
|
||||
void SWP<false>(ARM* cpu);
|
||||
SWP<false>(cpu);
|
||||
}
|
||||
|
||||
void A_SWPB(ARM* cpu)
|
||||
{
|
||||
void SWP<true>(ARM* cpu);
|
||||
SWP<true>(cpu);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user