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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
2014-11-19
1
-2
/
+2
*
ARM: Removed unnecessary and unused SkyEye MMU code.
bunnei
2014-10-25
1
-1
/
+0
*
ARM: Reorganized file structure to move shared SkyEye code to a more common area.
bunnei
2014-10-25
1
-2
/
+2
*
Threading: Fix thread starting to execute first instruction correctly.
bunnei
2014-08-28
1
-1
/
+1
*
ARM: Synchronize Citra's SkyEye core with 3dmoo's.
bunnei
2014-07-24
1
-1
/
+5
*
arm: fixed a bug where ARM_Interpreter::ExecuteInstructions was actually executing one more instruction than expected
bunnei
2014-06-05
1
-1
/
+1
*
arm: fixed bug in how thread context switch occurs with SkyEye
bunnei
2014-06-05
1
-2
/
+5
*
arm: added option to prepare CPU core (while mid-instruction) for thread reschedule
bunnei
2014-06-02
1
-0
/
+5
*
arm_interpreter: fixed load context to currently resume a thread
bunnei
2014-05-23
1
-1
/
+4
*
ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent with style guide
bunnei
2014-05-21
1
-39
/
+39
*
ARM_Interface: added SaveContext and LoadContext functions for HLE thread switching
bunnei
2014-05-21
1
-0
/
+36
*
Merge branch 'master' into threading
bunnei
2014-05-17
1
-12
/
+7
|
\
|
*
updated how we call ARM core to make things much faster
bunnei
2014-05-17
1
-12
/
+7
*
|
Merge master into threading to add support for VFP
bunnei
2014-05-17
1
-1
/
+1
|
\
|
|
*
fixed include path
bunnei
2014-05-16
1
-1
/
+1
*
|
added option to set CPSR register to arm_interface
bunnei
2014-05-12
1
-0
/
+8
|
/
*
cleaned up arm_interface, added a setter to set registers for use with HLE return values
bunnei
2014-04-11
1
-4
/
+35
*
fixed licensing and updated code style naming for arm_interface/arm_interpreter frontend module
bunnei
2014-04-09
1
-55
/
+38
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-09
1
-0
/
+86