Skip to content

Commit

Permalink
HLE fixes by Nebuleon.
Browse files Browse the repository at this point in the history
  • Loading branch information
gameblabla committed Apr 24, 2019
1 parent 94a9fb3 commit 8403ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arm/arm_emit.h
Original file line number Diff line number Diff line change
Expand Up @@ -1878,7 +1878,7 @@ u32 execute_store_cpsr_body(u32 _cpsr, u32 store_mask, u32 address)
/* We're in ARM mode now */ \
generate_branch(arm) \

u8 swi_hle_handle[256] =
u8 swi_hle_handle[0x2B] =
{
0x0, // SWI 0: SoftReset
0x0, // SWI 1: RegisterRAMReset
Expand All @@ -1893,7 +1893,7 @@ u8 swi_hle_handle[256] =
0x0, // SWI A: ArcTan2
0x0, // SWI B: CpuSet
0x0, // SWI C: CpuFastSet
0x0, // SWI D: GetBIOSCheckSum
0x1, // SWI D: GetBIOSCheckSum
0x0, // SWI E: BgAffineSet
0x0, // SWI F: ObjAffineSet
0x0, // SWI 10: BitUnpack
Expand Down

0 comments on commit 8403ca3

Please sign in to comment.