index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
/
skyeye_common
/
armemu.h
Age
Commit message (
Expand
)
Author
2015-02-15
arm: Set the A bit on reset.
Lioncash
2015-02-13
arm: General cleanup
Lioncash
2015-02-12
arm: Remove ARMul_EmulateInit
Lioncash
2015-02-11
arm: Change some more constants into enums
Lioncash
2015-02-10
arm: Remove TRUE/FALSE defines
Lioncash
2015-01-31
arm: Adios armemu
Lioncash
2015-01-30
arm: Move headers over to pragma once
Lioncash
2015-01-30
arm: Throw out a lot of unnecessary code
Lioncash
2015-01-05
dyncom: Implement QADD/QSUB/QDADD/QDSUB
Lioncash
2015-01-02
dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD
Lioncash
2014-12-28
dyncom: Implement USAD8/USADA8
Lioncash
2014-12-28
armemu: Fix underflows in USAD8/USADA8
Lioncash
2014-12-23
armemu: Set the Q flag properly for SMLAD/SMUAD
Lioncash
2014-12-22
armemu: Fix construction of the CPSR
Lioncash
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-11-24
Change some SkyEye defines to const ints
Yuri Kunde Schlesner
2014-10-25
ARM: Reorganized file structure to move shared SkyEye code to a more common a...
bunnei