index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
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
*
made qt window title consistent
bunnei
2014-04-23
2
-1
/
+5
*
fixes to scm_rev generation to make it conistent with windows build
bunnei
2014-04-23
2
-5
/
+5
*
updated windows scm_rev code to use new style
ShizZy
2014-04-23
5
-66
/
+53
*
added scm rev generation on Linux/cmake
bunnei
2014-04-23
6
-51
/
+37
*
fixes to build on linux
bunnei
2014-04-22
8
-50
/
+53
*
removed duplicate rotl/rotr functions
ShizZy
2014-04-22
1
-26
/
+0
*
updated CMakeLists for missing files
ShizZy
2014-04-22
3
-7
/
+16
*
Re-enable toggling window mode.
Mathieu Vaillancourt
2014-04-21
4
-48
/
+55
*
Add a quick way to load Launcher.dat files
Mathieu Vaillancourt
2014-04-21
2
-5
/
+60
*
fixed order of LogManager and System init
bunnei
2014-04-21
1
-1
/
+1
*
fixed GL context acquire (applies to Qt GUI only)
bunnei
2014-04-21
1
-0
/
+2
*
Remove unused QTableView
Mathieu Vaillancourt
2014-04-18
3
-37
/
+2
*
UI/debugger changes
Mathieu Vaillancourt
2014-04-18
19
-233
/
+285
*
Merge branch 'hle-interface'
bunnei
2014-04-18
40
-221
/
+2373
|
\
|
*
renamed hw_lcd module to just lcd
bunnei
2014-04-17
7
-13
/
+11
|
*
added NDMA hardware interface
bunnei
2014-04-17
7
-4
/
+143
|
*
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
|
*
fixed framebuffer color order
bunnei
2014-04-17
1
-1
/
+1
|
*
added a new function wrapper
bunnei
2014-04-16
1
-0
/
+5
|
*
removed hard-coded framebuffer addresses from renderer_opengl.cpp
bunnei
2014-04-16
1
-2
/
+4
|
*
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 helper functions for upper/lowercase strings
bunnei
2014-04-14
2
-0
/
+22
|
*
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
[next]