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
/
armsupp.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dyncom: Implement USAT/SSAT
bunnei
2014-12-30
1
-0
/
+35
*
armemu: Implement QADD8/QSUB8
Lioncash
2014-12-29
1
-0
/
+60
*
Merge pull request #354 from lioncash/usaduflow
bunnei
2014-12-28
1
-0
/
+9
|
\
|
*
armemu: Fix underflows in USAD8/USADA8
Lioncash
2014-12-28
1
-0
/
+9
*
|
armemu: Implement UQADD8, UQADD16, UQSUB16, UQASX, and UQSAX
Lioncash
2014-12-27
1
-0
/
+41
|
/
*
armemu: Set the Q flag properly for SMLAD/SMUAD
Lioncash
2014-12-23
1
-0
/
+8
*
armemu: Fix construction of the CPSR
Lioncash
2014-12-23
1
-2
/
+3
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-4
/
+4
*
ARM: Integrate SkyEye faster "dyncom" interpreter.
bunnei
2014-10-25
1
-11
/
+4
*
core: Make the ARM disassembler use std::string internally
Lioncash
2014-09-06
1
-6
/
+3
*
ARM: Synchronize Citra's SkyEye core with 3dmoo's.
bunnei
2014-07-24
1
-598
/
+622
*
- reenabled MCR and MRC functions now that VFP is attached
bunnei
2014-05-17
1
-79
/
+77
*
- added CallMCR function to coprocessor HLE module
bunnei
2014-05-02
1
-22
/
+23
*
renamed hle "mrc" module to "coprocessor"
bunnei
2014-05-02
1
-8
/
+8
*
moved HLE::MRC to its own module, added support for catching data synchronization barrier command
bunnei
2014-04-25
1
-2
/
+3
*
added disassembly to unimplemented instruction
bunnei
2014-04-25
1
-1
/
+6
*
- added HLE to connect to "srv:" service
bunnei
2014-04-13
1
-33
/
+35
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-09
1
-0
/
+954