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 option to load a code.bin file extracted from a CXI file
bunnei
2014-04-30
2
-14
/
+63
*
added a module to load symbol map files for debugging
bunnei
2014-04-30
5
-0
/
+55
*
fixed a bug where ExeFs code was being incorrectly masked
bunnei
2014-04-30
1
-1
/
+1
*
added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)
bunnei
2014-04-30
3
-1
/
+17
*
reorganized memory regions enum, added regions for ExeFS code
bunnei
2014-04-30
2
-21
/
+26
*
added virtual address conversion for firmware FW0B
bunnei
2014-04-27
2
-5
/
+11
*
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2014-04-27
5
-12
/
+1
*
fixed weird spacing
bunnei
2014-04-27
1
-1
/
+1
*
removed commented out line - this was for an unimplemented MRC call, no longe...
bunnei
2014-04-27
1
-1
/
+0
*
hackish but working way to set the framebuffer location to VRAM (used in ARM1...
bunnei
2014-04-27
1
-3
/
+9
*
added helper functions to mem_map to convert physical addresses to virtual ad...
bunnei
2014-04-27
2
-1
/
+15
*
added code to LCD modules keep track of framebuffer location in FCRAM or VRAM
bunnei
2014-04-27
2
-15
/
+153
*
- changed HW IO map to use virtual addresses
bunnei
2014-04-26
4
-42
/
+64
*
added simple GSP GPU ReadHWRegs function to support returning the framebuffe...
bunnei
2014-04-26
1
-1
/
+37
*
added preliminary DataSynchronizationBarrier support with simple DMA copy
bunnei
2014-04-26
1
-7
/
+39
*
added (fake) physical addresses for where to put framebuffer in VRAM
bunnei
2014-04-26
1
-0
/
+10
*
added vram to memory_map
bunnei
2014-04-26
2
-8
/
+15
*
moved HLE::MRC to its own module, added support for catching data synchroniza...
bunnei
2014-04-25
9
-13
/
+66
*
added disassembly to unimplemented instruction
bunnei
2014-04-25
1
-1
/
+6
*
removed some cruft
bunnei
2014-04-25
1
-7
/
+1
*
fixed bug where svc_ControlMemory was not properly getting passed in parameters
bunnei
2014-04-25
1
-2
/
+2
*
- added preliminary support for svc_MapMemoryBlock
bunnei
2014-04-24
4
-14
/
+70
*
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
[next]