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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
2014-11-19
1
-3
/
+3
*
core: Prune redundant includes
archshift
2014-09-09
1
-1
/
+0
*
HLE: Removed usnused EatCycles function.
bunnei
2014-06-13
1
-4
/
+0
*
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
2014-06-13
1
-1
/
+1
*
hle: added a hokey way to force a thread reschedule during CPU single step mode (as used by the debugger)
bunnei
2014-06-05
1
-0
/
+3
*
kernel: changed main thread priority to default, updated Kernel::Reschedule to use PrepareReschedule
bunnei
2014-06-02
1
-2
/
+3
*
hle: cleaned up log messages
bunnei
2014-05-30
1
-3
/
+3
*
renamed "syscall" module to "svc" (more accurate naming)
bunnei
2014-05-21
1
-7
/
+7
*
added function stubs for EatCycles and ReSchedule
bunnei
2014-05-15
1
-0
/
+11
*
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
2014-05-08
1
-47
/
+0
*
moved HLE::MRC to its own module, added support for catching data synchronization barrier command
bunnei
2014-04-25
1
-8
/
+0
*
- fixed tabs in function_wrappers.h
bunnei
2014-04-17
1
-1
/
+1
*
added framework for APT service (application and title launching service)
bunnei
2014-04-13
1
-0
/
+1
*
added a GetPointer function for reading from HLE command buffer
bunnei
2014-04-13
1
-0
/
+8
*
added OS memory read/write for thread command buffer
bunnei
2014-04-13
1
-2
/
+43
*
- added HLE to connect to "srv:" service
bunnei
2014-04-13
1
-0
/
+13
*
- renamed hle_syscall to just syscall
bunnei
2014-04-12
1
-2
/
+2
*
moved hle.cpp into hle folder (due to mistake earlier)
bunnei
2014-04-12
1
-0
/
+57