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
*
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2015-01-09
1
-2
/
+2
*
ARM: Add a mechanism for faking CPU time elapsed during HLE.
bunnei
2014-12-26
1
-0
/
+6
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
2014-11-19
1
-1
/
+1
*
Fix documentation of parameters
Lioncash
2014-11-18
1
-1
/
+1
*
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-10-26
1
-11
/
+11
*
ARM: Integrate SkyEye faster "dyncom" interpreter.
bunnei
2014-10-25
1
-1
/
+1
*
ARM: Reorganized file structure to move shared SkyEye code to a more common area.
bunnei
2014-10-25
1
-2
/
+2
*
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