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
/
armemu.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: Pull some SkyEye fixes from 3dmoo.
bunnei
2014-12-15
1
-415
/
+481
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-2
/
+2
*
armemu: Fix SSAX
Lioncash
2014-12-08
1
-1
/
+1
*
armemu: Fix SASX
Lioncash
2014-12-08
1
-1
/
+1
*
armemu: Fix parenthesis warnings regarding bitwise ops
Lioncash
2014-12-08
1
-4
/
+4
*
ARM: Merged additional ARMv6 instructions implemented by 3dmoo.
bunnei
2014-11-02
1
-42
/
+234
*
ARM: Removed unused armos code from SkyEye.
bunnei
2014-10-25
1
-3
/
+0
*
ARM: Reorganized file structure to move shared SkyEye code to a more common area.
bunnei
2014-10-25
1
-3
/
+3
*
ARM: Synchronize Citra's SkyEye core with 3dmoo's.
bunnei
2014-07-24
1
-4898
/
+4320
*
arm: reverting a change made with cb0663de - this has to have been a typo!
bunnei
2014-06-05
1
-1
/
+1
*
arm: removed unnecessary code when calling SVC from skyeye
bunnei
2014-05-30
1
-16
/
+0
*
armemu: missed rename of "Syscall" to "SVC"
bunnei
2014-05-21
1
-1
/
+1
*
ignore thumbemu 0xDEADCODE debugging catch on MCR
bunnei
2014-05-17
1
-2
/
+1
*
updated how we call ARM core to make things much faster
bunnei
2014-05-17
1
-1
/
+1
*
- removed unused stubbed out code
bunnei
2014-05-17
1
-11
/
+0
*
- disable strict alignment on LDRD/STRD
bunnei
2014-05-07
1
-17
/
+22
*
removed commented out line - this was for an unimplemented MRC call, no longer need to leave this here
bunnei
2014-04-28
1
-1
/
+0
*
moved HLE::MRC to its own module, added support for catching data synchronization barrier command
bunnei
2014-04-25
1
-1
/
+2
*
base code to call a syscall from ARM11 appcore
bunnei
2014-04-11
1
-0
/
+3
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-09
1
-0
/
+6631