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 option to load a code.bin file extracted from a CXI file
bunnei
2014-04-30
2
-14
/
+63
*
added symbol map load function to Qt GUI
bunnei
2014-04-30
4
-11
/
+31
*
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
*
Merge pull request #5 from cpp3ds/master
bunnei
2014-04-28
1
-1
/
+1
|
\
|
*
Need to add Xcursor to linker?
Thomas Edvalson
2014-04-25
1
-1
/
+1
*
|
added virtual address conversion for firmware FW0B
bunnei
2014-04-27
2
-5
/
+11
*
|
fix for issue Linux build #9, not sure why this is broken but its unused code...
bunnei
2014-04-27
1
-13
/
+0
*
|
Merge branch 'hle-interface-updates'
bunnei
2014-04-27
31
-175
/
+623
|
\
\
|
|
/
|
/
|
|
*
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2014-04-27
8
-21
/
+2
|
*
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
|
*
fixed renderer to use correct framebuffer location
bunnei
2014-04-27
2
-8
/
+7
|
*
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
*
|
Fixed CMake's import of GLFW.
Thomas Edvalson
2014-04-25
1
-1
/
+1
*
|
Resolved undefined Common::g_scm_branch error.
Thomas Edvalson
2014-04-25
1
-1
/
+1
|
/
*
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
[next]