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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-05-07
Move typedefs from kernel.h to more appropriate places
Yuri Kunde Schlesner
1
-0
/
+7
2015-05-06
HLE: Clean up SVC dispatch mechanism
Yuri Kunde Schlesner
1
-27
/
+0
2015-01-09
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
1
-0
/
+2
2014-12-21
License change
purpasmart96
1
-1
/
+1
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
1
-1
/
+1
2014-06-13
HLE: Moved "PARAM" and "RETURN" macros to function_wrappers.h (this is only module where they are needed).
bunnei
1
-5
/
+0
2014-06-13
HLE: Removed usnused EatCycles function.
bunnei
1
-2
/
+0
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
/
+2
2014-06-02
kernel: changed main thread priority to default, updated Kernel::Reschedule to use PrepareReschedule
bunnei
1
-1
/
+1
2014-05-29
hle: removed PARAM64 macro (this was incorrect), made several bug fixes accordingly for decoding U64 function parameters
bunnei
1
-1
/
+0
2014-05-21
renamed "syscall" module to "svc" (more accurate naming)
bunnei
1
-1
/
+1
2014-05-15
added function stubs for EatCycles and ReSchedule
bunnei
1
-0
/
+4
2014-05-08
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
1
-21
/
+0
2014-04-25
moved HLE::MRC to its own module, added support for catching data synchronization barrier command
bunnei
1
-2
/
+0
2014-04-17
- fixed tabs in function_wrappers.h
bunnei
1
-0
/
+1
2014-04-13
added a GetPointer function for reading from HLE command buffer
bunnei
1
-0
/
+6
2014-04-13
added OS memory read/write for thread command buffer
bunnei
1
-1
/
+12
2014-04-13
- added HLE to connect to "srv:" service
bunnei
1
-0
/
+7
2014-04-12
replace tabs with spaces
bunnei
1
-6
/
+6
2014-04-11
base code to call a syscall from ARM11 appcore
bunnei
1
-2
/
+4
2014-04-11
changed some naming/misc cleanups
bunnei
1
-13
/
+15
2014-04-11
- removed syscall classes (will just use HLEFunction)
bunnei
1
-8
/
+10
2014-04-11
added initial modules for setting up SysCall HLE
bunnei
1
-0
/
+35