This website requires JavaScript.
Explore
Help
Sign In
emu-mirror
/
yuzu
Watch
1
Star
0
Fork
0
You've already forked yuzu
mirror of
https://github.com/yuzu-mirror/yuzu.git
synced
2025-02-03 11:29:56 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
yuzu
/
src
/
core
/
arm
/
interpreter
History
bunnei
d1472b816f
- disable strict alignment on LDRD/STRD
...
- handle RD in STREX/STREXB
2014-05-06 21:34:00 -04:00
..
arm_interpreter.cpp
cleaned up arm_interface, added a setter to set registers for use with HLE return values
2014-04-10 19:55:59 -04:00
arm_interpreter.h
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
2014-04-27 18:29:51 -04:00
arm_regformat.h
got rid of 'src' folders in each sub-project
2014-04-08 19:25:03 -04:00
armcpu.h
fixed project includes to use new directory structure
2014-04-08 20:15:08 -04:00
armdefs.h
fixes to build on linux
2014-04-22 19:42:29 -07:00
armemu.cpp
- disable strict alignment on LDRD/STRD
2014-05-06 21:34:00 -04:00
armemu.h
added a SETABORT method that does not update LR (for HLE'd SVC that does not jump appcore CPU to an IRQ vector)
2014-04-12 01:35:45 -04:00
arminit.cpp
hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing this...)
2014-04-12 01:36:39 -04:00
armmmu.cpp
got rid of 'src' folders in each sub-project
2014-04-08 19:25:03 -04:00
armmmu.h
fixed project includes to use new directory structure
2014-04-08 20:15:08 -04:00
armos.cpp
got rid of 'src' folders in each sub-project
2014-04-08 19:25:03 -04:00
armos.h
got rid of 'src' folders in each sub-project
2014-04-08 19:25:03 -04:00
armsupp.cpp
- added CallMCR function to coprocessor HLE module
2014-05-01 23:03:50 -04:00
armvirt.cpp
got rid of 'src' folders in each sub-project
2014-04-08 19:25:03 -04:00
skyeye_defs.h
fixed project includes to use new directory structure
2014-04-08 20:15:08 -04:00
thumbemu.cpp
got rid of 'src' folders in each sub-project
2014-04-08 19:25:03 -04:00