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
/
hle
/
hle.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-05-06
HLE: Rename RescheduleIsPending to IsReschedulePending.
bunnei
1
-1
/
+1
2016-04-16
core: Clean out some unnecessary header includes
Lioncash
1
-2
/
+0
2016-03-21
hle: Get rid of global access to g_reschedule
Lioncash
1
-4
/
+16
2015-08-16
Kernel: Add more infrastructure to support different memory layouts
Yuri Kunde Schlesner
1
-2
/
+0
2015-08-16
HLE: Remove empty ConfigMem and SharedPage Shutdown functions
Yuri Kunde Schlesner
1
-2
/
+0
2015-06-28
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
1
-1
/
+0
2015-05-06
HLE: Clean up SVC dispatch mechanism
Yuri Kunde Schlesner
1
-46
/
+3
2015-05-02
HLE: Properly initialize and shutdown remaining modules.
bunnei
1
-3
/
+6
2015-04-14
De-inline functions from Interface, removing them from service.h
Yuri Kunde Schlesner
1
-0
/
+1
2015-03-04
Services: Moved the PTM and APT services to their own folder
Subv
1
-9
/
+0
2015-03-02
Add profiling infrastructure and widget
Yuri Kunde Schlesner
1
-0
/
+6
2015-02-17
ConfigMem: Clean up the Config memory to be more like the shared page and moved
purpasmart96
1
-0
/
+2
2015-02-13
core: Apply static to local functions
Lioncash
1
-2
/
+2
2015-02-11
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
1
-1
/
+1
2015-01-21
Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx
archshift
1
-0
/
+3
2015-01-16
Add some support for the shared page (currently 3d slider is implemented)
Zhuowei Zhang
1
-0
/
+3
2015-01-09
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
1
-0
/
+1
2014-12-26
ARM: Add a mechanism for faking CPU time elapsed during HLE.
bunnei
1
-0
/
+8
2014-12-21
CFG: Create a new subfolder cfg inside service to handle cfg
Subv
1
-0
/
+3
2014-12-21
License change
purpasmart96
1
-1
/
+1
2014-12-16
HLE: Rename namespaces to match move & fix initialization order
Yuri Kunde Schlesner
1
-0
/
+3
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
1
-7
/
+5
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
1
-3
/
+3
2014-09-09
core: Prune redundant includes
archshift
1
-1
/
+0
2014-06-13
HLE: Removed usnused EatCycles function.
bunnei
1
-4
/
+0
2014-06-13
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
1
-1
/
+1
2014-06-05
hle: added a hokey way to force a thread reschedule during CPU single step mode (as used by the debugger)
bunnei
1
-0
/
+3
2014-06-02
kernel: changed main thread priority to default, updated Kernel::Reschedule to use PrepareReschedule
bunnei
1
-2
/
+3
2014-05-30
hle: cleaned up log messages
bunnei
1
-3
/
+3
2014-05-21
renamed "syscall" module to "svc" (more accurate naming)
bunnei
1
-7
/
+7
2014-05-15
added function stubs for EatCycles and ReSchedule
bunnei
1
-0
/
+11
2014-05-08
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
1
-47
/
+0
2014-04-25
moved HLE::MRC to its own module, added support for catching data synchronization barrier command
bunnei
1
-8
/
+0
2014-04-17
- fixed tabs in function_wrappers.h
bunnei
1
-1
/
+1
2014-04-13
added framework for APT service (application and title launching service)
bunnei
1
-0
/
+1
2014-04-13
added a GetPointer function for reading from HLE command buffer
bunnei
1
-0
/
+8
2014-04-13
added OS memory read/write for thread command buffer
bunnei
1
-2
/
+43
2014-04-13
- added HLE to connect to "srv:" service
bunnei
1
-0
/
+13
2014-04-12
- renamed hle_syscall to just syscall
bunnei
1
-2
/
+2
2014-04-12
moved hle.cpp into hle folder (due to mistake earlier)
bunnei
1
-0
/
+0
2014-04-11
base code to call a syscall from ARM11 appcore
bunnei
1
-2
/
+26
2014-04-11
changed some naming/misc cleanups
bunnei
1
-3
/
+3
2014-04-11
- removed syscall classes (will just use HLEFunction)
bunnei
1
-0
/
+33