index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
hle.cpp
Age
Commit message (
Expand
)
Author
2015-01-21
Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx
archshift
2015-01-18
Merge pull request #383 from zhuowei/shared_page
bunnei
2015-01-15
Add some support for the shared page (currently 3d slider is implemented)
Zhuowei Zhang
2015-01-09
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2014-12-25
ARM: Add a mechanism for faking CPU time elapsed during HLE.
bunnei
2014-12-21
CFG: Create a new subfolder cfg inside service to handle cfg
Subv
2014-12-20
License change
purpasmart96
2014-12-16
HLE: Rename namespaces to match move & fix initialization order
Yuri Kunde Schlesner
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-09-08
core: Prune redundant includes
archshift
2014-06-13
HLE: Removed usnused EatCycles function.
bunnei
2014-06-13
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
2014-06-05
hle: added a hokey way to force a thread reschedule during CPU single step mo...
bunnei
2014-06-01
kernel: changed main thread priority to default, updated Kernel::Reschedule t...
bunnei
2014-05-29
hle: cleaned up log messages
bunnei
2014-05-20
renamed "syscall" module to "svc" (more accurate naming)
bunnei
2014-05-14
added function stubs for EatCycles and ReSchedule
bunnei
2014-05-07
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
2014-04-25
moved HLE::MRC to its own module, added support for catching data synchroniza...
bunnei
2014-04-16
- fixed tabs in function_wrappers.h
bunnei
2014-04-13
added framework for APT service (application and title launching service)
bunnei
2014-04-13
added a GetPointer function for reading from HLE command buffer
bunnei
2014-04-12
added OS memory read/write for thread command buffer
bunnei
2014-04-12
- added HLE to connect to "srv:" service
bunnei
2014-04-11
- renamed hle_syscall to just syscall
bunnei
2014-04-11
moved hle.cpp into hle folder (due to mistake earlier)
bunnei