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
/
arm_interface.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
-3
/
+5
*
CoreTiming: Ported the CoreTiming namespace from PPSSPP
Subv
2015-01-07
1
-0
/
+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
-3
/
+3
*
ARM_Interface: Make destructor virtual
Lioncash
2014-11-14
1
-1
/
+1
*
Merge branch 'threading' of https://github.com/bunnei/citra
bunnei
2014-06-14
1
-0
/
+3
|
\
|
*
arm: added option to prepare CPU core (while mid-instruction) for thread reschedule
bunnei
2014-06-02
1
-0
/
+3
*
|
Added 'this' reference to num_instructions field so it's properly updated,as before the method was affecting the local method parameter rather than the class field
Disruption
2014-06-01
1
-1
/
+1
|
/
*
ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent with style guide
bunnei
2014-05-21
1
-5
/
+5
*
ARM_Interface: added SaveContext and LoadContext functions for HLE thread switching
bunnei
2014-05-21
1
-1
/
+15
*
Merge branch 'master' into threading
bunnei
2014-05-17
1
-5
/
+16
|
\
|
*
updated how we call ARM core to make things much faster
bunnei
2014-05-17
1
-5
/
+16
*
|
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
-2
/
+1
*
missed this file with commit 95e5436f
bunnei
2014-04-11
1
-1
/
+10
*
fixed licensing and updated code style naming for arm_interface/arm_interpreter frontend module
bunnei
2014-04-09
1
-9
/
+11
*
fixed project includes to use new directory structure
bunnei
2014-04-09
1
-2
/
+2
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-09
1
-0
/
+68