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
/
arminit.cpp
Age
Commit message (
Collapse
)
Author
2015-02-10
arm: Remove TRUE/FALSE defines
Lioncash
- Removed the Debug parameter from ARMul_State since it isn't used. - Changed ARMul_CoProInit to a void function. It always returned true.
2015-01-31
arm: Clean up ARMul_State
Lioncash
Remove unnecessary/unused struct variables.
2015-01-31
arm: Adios armemu
Lioncash
2015-01-30
arm: Throw out a lot of unnecessary code
Lioncash
2014-10-25
ARM: Reorganized file structure to move shared SkyEye code to a more common ↵
bunnei
area. Removed s_ prefix
2014-07-23
ARM: Synchronize Citra's SkyEye core with 3dmoo's.
bunnei
2014-05-20
arm: removed include of windows.h from armdefs.h to arminit.c (only module ↵
bunnei
that uses it)
2014-05-16
fixed includes
bunnei
2014-05-16
added missing armcopro from skyeye
bunnei
2014-04-12
hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing ↵
bunnei
this...)
2014-04-08
fixed project includes to use new directory structure
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei