mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Remove ARMv7 support.
This commit is contained in:
parent
499478bcad
commit
59e2225f7d
36 changed files with 6 additions and 10619 deletions
|
@ -113,9 +113,6 @@
|
|||
#define CTX_REG(x) regs[x]
|
||||
#define CTX_SP sp
|
||||
#define CTX_PC pc
|
||||
#elif _M_ARM_32
|
||||
// Add others if required.
|
||||
#define CTX_PC arm_pc
|
||||
#else
|
||||
#warning No context definition for OS
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue