index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
added functions to map Heap and Shared memory space
bunnei
2014-04-24
3
-9
/
+76
*
added GSP::RegisterInterruptRelayQueue function
bunnei
2014-04-24
1
-31
/
+40
*
- refactored how service functions are called
bunnei
2014-04-24
5
-19
/
+39
*
fixes to build on linux
bunnei
2014-04-22
3
-22
/
+24
*
updated CMakeLists for missing files
ShizZy
2014-04-22
1
-1
/
+9
*
Add a quick way to load Launcher.dat files
Mathieu Vaillancourt
2014-04-21
2
-5
/
+60
*
Merge branch 'hle-interface'
bunnei
2014-04-18
34
-212
/
+2339
|
\
|
*
renamed hw_lcd module to just lcd
bunnei
2014-04-17
6
-12
/
+10
|
*
added NDMA hardware interface
bunnei
2014-04-17
5
-2
/
+141
|
*
added GSP heap memory allocation
bunnei
2014-04-17
3
-1
/
+76
|
*
fixed bug in Memory::GetPointer
bunnei
2014-04-17
1
-2
/
+2
|
*
moved enums into Memory:: namespace
bunnei
2014-04-17
1
-4
/
+2
|
*
added memory read/write to GSP heap
bunnei
2014-04-17
3
-7
/
+16
|
*
more various refactors to memory interface
bunnei
2014-04-17
3
-48
/
+58
|
*
cleaned up memory interfaces a lot, removed some hackish stuff
bunnei
2014-04-17
3
-106
/
+50
|
*
added a new function wrapper
bunnei
2014-04-16
1
-0
/
+5
|
*
fixed bug with printing std::string in log messages
bunnei
2014-04-16
1
-2
/
+2
|
*
changed unknown memory read/write to report the size
bunnei
2014-04-16
1
-2
/
+3
|
*
added class stub for HID:User service
bunnei
2014-04-16
5
-0
/
+80
|
*
updated service comments
bunnei
2014-04-16
6
-5
/
+17
|
*
- fixed tabs in function_wrappers.h
bunnei
2014-04-16
4
-395
/
+413
|
*
- added stubbed out GSP::Gpu service interface
bunnei
2014-04-16
9
-7
/
+111
|
*
removed no longer used function header
bunnei
2014-04-15
1
-2
/
+0
|
*
restructured hle:services completely to use function lookup tables
bunnei
2014-04-15
5
-137
/
+215
|
*
fixed naming for APT_U
bunnei
2014-04-15
3
-9
/
+9
|
*
- extracted srv: calls from service.cpp and put in its own module
bunnei
2014-04-15
6
-106
/
+113
|
*
added a stub for GetLockHandle
bunnei
2014-04-13
3
-9
/
+44
|
*
added framework for APT service (application and title launching service)
bunnei
2014-04-13
7
-5
/
+126
|
*
renamed class Interface_SRV to SRV
bunnei
2014-04-13
1
-6
/
+6
|
*
replace tabs with spaces
bunnei
2014-04-13
1
-3
/
+3
|
*
added some very initial command parsing for SRV Sync
bunnei
2014-04-13
1
-5
/
+31
|
*
added a GetPointer function for reading from HLE command buffer
bunnei
2014-04-13
2
-0
/
+14
|
*
fixed hw write declarations to not be const
bunnei
2014-04-12
1
-4
/
+4
|
*
added OS memory read/write for thread command buffer
bunnei
2014-04-12
4
-12
/
+60
|
*
cleanups to service HLE
bunnei
2014-04-12
2
-8
/
+8
|
*
- added HLE to connect to "srv:" service
bunnei
2014-04-12
11
-168
/
+386
|
*
hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing ...
bunnei
2014-04-12
1
-2
/
+6
|
*
added a SETABORT method that does not update LR (for HLE'd SVC that does not ...
bunnei
2014-04-12
1
-0
/
+11
|
*
added a memory mapped option for HLE
bunnei
2014-04-12
1
-5
/
+8
|
*
- renamed hle_syscall to just syscall
bunnei
2014-04-11
7
-106
/
+157
|
*
replace tabs with spaces
bunnei
2014-04-11
1
-6
/
+6
|
*
moved hle.cpp into hle folder (due to mistake earlier)
bunnei
2014-04-11
3
-2
/
+2
|
*
added remaining known syscall functions to Syscall_Table
bunnei
2014-04-11
1
-0
/
+80
|
*
base code to call a syscall from ARM11 appcore
bunnei
2014-04-10
5
-9
/
+85
|
*
updated logging message
bunnei
2014-04-10
1
-2
/
+2
|
*
cleaned up some logging messages
bunnei
2014-04-10
5
-32
/
+19
|
*
changed some naming/misc cleanups
bunnei
2014-04-10
4
-21
/
+20
|
*
- removed syscall classes (will just use HLEFunction)
bunnei
2014-04-10
6
-15
/
+54
|
*
Merge branch 'master' into hle-interface
bunnei
2014-04-10
1
-8
/
+21
|
|
\
|
*
|
added initial modules for setting up SysCall HLE
bunnei
2014-04-10
7
-0
/
+862
[next]