index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
/
interpreter
/
arm_interpreter.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm: added option to prepare CPU core (while mid-instruction) for thread reschedule
bunnei
2014-06-02
1
-0
/
+3
*
ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent with style guide
bunnei
2014-05-21
1
-1
/
+1
*
ARM_Interface: added SaveContext and LoadContext functions for HLE thread switching
bunnei
2014-05-21
1
-0
/
+12
*
Merge branch 'master' into threading
bunnei
2014-05-17
1
-2
/
+5
|
\
|
*
updated how we call ARM core to make things much faster
bunnei
2014-05-17
1
-2
/
+5
*
|
added option to set CPSR register to arm_interface
bunnei
2014-05-12
1
-0
/
+6
|
/
*
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2014-04-28
1
-1
/
+0
*
cleaned up arm_interface, added a setter to set registers for use with HLE return values
bunnei
2014-04-11
1
-2
/
+35
*
fixed licensing and updated code style naming for arm_interface/arm_interpreter frontend module
bunnei
2014-04-09
1
-30
/
+8
*
fixed project includes to use new directory structure
bunnei
2014-04-09
1
-5
/
+4
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-09
1
-0
/
+57