index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
/
interpreter
/
armemu.cpp
Age
Commit message (
Collapse
)
Author
2014-07-23
ARM: Synchronize Citra's SkyEye core with 3dmoo's.
bunnei
2014-06-04
arm: reverting a change made with cb0663de - this has to have been a typo!
bunnei
2014-05-29
arm: removed unnecessary code when calling SVC from skyeye
bunnei
2014-05-20
armemu: missed rename of "Syscall" to "SVC"
bunnei
2014-05-17
ignore thumbemu 0xDEADCODE debugging catch on MCR
bunnei
2014-05-17
updated how we call ARM core to make things much faster
bunnei
2014-05-16
- removed unused stubbed out code
bunnei
- fixed some compiler issues with xscale_copro when porting code to Windows - fixed some #include's
2014-05-06
- disable strict alignment on LDRD/STRD
bunnei
- handle RD in STREX/STREXB
2014-04-27
removed commented out line - this was for an unimplemented MRC call, no ↵
bunnei
longer need to leave this here
2014-04-25
moved HLE::MRC to its own module, added support for catching data ↵
bunnei
synchronization barrier command
2014-04-10
base code to call a syscall from ARM11 appcore
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei