index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
added a module to load symbol map files for debugging
bunnei
2014-04-30
2
-0
/
+46
*
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2014-04-27
2
-3
/
+1
*
removed commented out line - this was for an unimplemented MRC call, no longe...
bunnei
2014-04-27
1
-1
/
+0
*
moved HLE::MRC to its own module, added support for catching data synchroniza...
bunnei
2014-04-25
2
-3
/
+5
*
added disassembly to unimplemented instruction
bunnei
2014-04-25
1
-1
/
+6
*
fixes to build on linux
bunnei
2014-04-22
1
-0
/
+2
*
- added HLE to connect to "srv:" service
bunnei
2014-04-12
1
-33
/
+35
*
hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing ...
bunnei
2014-04-12
1
-2
/
+6
*
added a SETABORT method that does not update LR (for HLE'd SVC that does not ...
bunnei
2014-04-12
1
-0
/
+11
*
base code to call a syscall from ARM11 appcore
bunnei
2014-04-10
1
-0
/
+3
*
missed this file with commit 95e5436f
bunnei
2014-04-10
1
-1
/
+10
*
cleaned up arm_interface, added a setter to set registers for use with HLE re...
bunnei
2014-04-10
2
-6
/
+70
*
fixed licensing and updated code style naming for arm_interface/arm_interpret...
bunnei
2014-04-08
3
-94
/
+57
*
fixed project includes to use new directory structure
bunnei
2014-04-08
10
-27
/
+27
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-08
25
-0
/
+15528