index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
Age
Commit message (
Expand
)
Author
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-11-18
Fix documentation of parameters
Lioncash
2014-11-15
Merge pull request #194 from lioncash/virt
bunnei
2014-11-14
ARM_Interface: Make destructor virtual
Lioncash
2014-11-11
ARM: Fixed dyncom to use reg15 for PC (this core doesn't use pc variable).
bunnei
2014-11-11
ARM: Removed unnecessary goto with each instruction.
bunnei
2014-11-11
ARM: Fixed several dyncom bugs.
bunnei
2014-11-02
Fix compilation errors
Sean Maas
2014-11-02
ARM: Merged additional ARMv6 instructions implemented by 3dmoo.
bunnei
2014-11-02
ARM: Merge latest VFP fixes from 3dmoo team.
bunnei
2014-10-30
Fix VFP compilation errors with gcc
Yuri Kunde Schlesner
2014-10-27
Merge pull request #153 from yuriks/add-override
bunnei
2014-10-26
vfp_helper: Get rid of integer type redefinitions
Lioncash
2014-10-26
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-10-25
ARM: Removed unnecessary and unused SkyEye MMU code.
bunnei
2014-10-25
ARM: Removed unused armos code from SkyEye.
bunnei
2014-10-25
ARM: Updated dyncom core to use fast label lookup table on clang.
bunnei
2014-10-25
ARM: Integrate SkyEye faster "dyncom" interpreter.
bunnei
2014-10-25
ARM: Reorganized file structure to move shared SkyEye code to a more common a...
bunnei
2014-09-13
Merge pull request #97 from archshift/cleanup
bunnei
2014-09-11
Merge pull request #99 from archshift/ext-check
bunnei
2014-09-08
core: Prune redundant includes
archshift
2014-09-08
Added string_util to common, small changes in loader.cpp
archshift
2014-09-07
Dead code removal: video_core.cpp, load_symbol_map.cpp
archshift
2014-09-06
core: Make the ARM disassembler use std::string internally
Lioncash
2014-08-28
Threading: Fix thread starting to execute first instruction correctly.
bunnei
2014-08-20
ARM: Remove a forgotten const in vfp.
Emmanuel Gil Peyrot
2014-07-23
ARM: Synchronize Citra's SkyEye core with 3dmoo's.
bunnei
2014-07-19
core: Kill off type redefenitions in armdefs.h
Lioncash
2014-06-14
Merge branch 'threading' of https://github.com/bunnei/citra
bunnei
2014-06-05
arm: fixed a bug where ARM_Interpreter::ExecuteInstructions was actually exec...
bunnei
2014-06-05
arm: fixed bug in how thread context switch occurs with SkyEye
bunnei
2014-06-04
arm: reverting a change made with cb0663de - this has to have been a typo!
bunnei
2014-06-01
arm: added option to prepare CPU core (while mid-instruction) for thread resc...
bunnei
2014-06-01
Added 'this' reference to num_instructions field so it's properly updated,as ...
Disruption
2014-05-29
arm: removed unnecessary code when calling SVC from skyeye
bunnei
2014-05-22
Merge branch 'threading'
bunnei
2014-05-22
arm_interpreter: fixed load context to currently resume a thread
bunnei
2014-05-20
arm: removed include of windows.h from armdefs.h to arminit.c (only module th...
bunnei
2014-05-20
armemu: missed rename of "Syscall" to "SVC"
bunnei
2014-05-20
ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent ...
bunnei
2014-05-20
ARM_Interface: added SaveContext and LoadContext functions for HLE thread swi...
bunnei
2014-05-19
VFP: disable DBG messages because they spam the console with unimportant skye...
bunnei
2014-05-19
Merge pull request #2 from archshift/issue-7-fix
bunnei
2014-05-17
Fixed vfp issues
archshift
2014-05-17
ignore thumbemu 0xDEADCODE debugging catch on MCR
bunnei
2014-05-17
Merge branch 'master' into threading
bunnei
2014-05-17
updated how we call ARM core to make things much faster
bunnei
2014-05-16
Merge master into threading to add support for VFP
bunnei
2014-05-16
same fix as last commit - just for vfpsingle.cpp
bunnei
[prev]
[next]