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
*
Merge pull request #538 from yuriks/perf-stat
Tony Wasserka
2015-03-07
1
-0
/
+6
|
\
|
*
Add profiling infrastructure and widget
Yuri Kunde Schlesner
2015-03-02
1
-0
/
+6
*
|
Services: Moved the PTM and APT services to their own folder
Subv
2015-03-04
1
-9
/
+0
|
/
*
Merge pull request #570 from purpasmart96/config_mem
bunnei
2015-02-18
1
-0
/
+2
|
\
|
*
ConfigMem: Clean up the Config memory to be more like the shared page and moved
purpasmart96
2015-02-17
1
-0
/
+2
*
|
core: Apply static to local functions
Lioncash
2015-02-13
1
-2
/
+2
|
/
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-11
1
-1
/
+1
*
Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx
archshift
2015-01-21
1
-0
/
+3
*
Merge pull request #383 from zhuowei/shared_page
bunnei
2015-01-19
1
-0
/
+3
|
\
|
*
Add some support for the shared page (currently 3d slider is implemented)
Zhuowei Zhang
2015-01-16
1
-0
/
+3
*
|
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2015-01-09
1
-0
/
+1
|
/
*
ARM: Add a mechanism for faking CPU time elapsed during HLE.
bunnei
2014-12-26
1
-0
/
+8
*
CFG: Create a new subfolder cfg inside service to handle cfg
Subv
2014-12-21
1
-0
/
+3
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
HLE: Rename namespaces to match move & fix initialization order
Yuri Kunde Schlesner
2014-12-16
1
-0
/
+3
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-7
/
+5
*
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