index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
*
added FAQ link to README.md
bunnei
2014-04-28
1
-1
/
+1
*
fixed build image in README.md to link to Travis CI page
bunnei
2014-04-28
1
-1
/
+1
*
added Travis CI build indicator to README.md
bunnei
2014-04-28
1
-0
/
+2
*
Merge pull request #5 from cpp3ds/master
bunnei
2014-04-28
2
-1
/
+15
|
\
|
*
Need to add Xcursor to linker?
Thomas Edvalson
2014-04-25
1
-1
/
+1
|
*
Yet anothing missing dependency? libxcursor-dev
Thomas Edvalson
2014-04-25
1
-1
/
+1
|
*
Maybe needs libglew-dev?
Thomas Edvalson
2014-04-25
1
-1
/
+1
|
*
Fixed travis dir problem (third time's the charm)
Thomas Edvalson
2014-04-25
1
-4
/
+4
|
*
One of the lines wasn't quite unneccesary.
Thomas Edvalson
2014-04-25
1
-0
/
+1
|
*
Remove potentially unnecessary lines in Travis script.
Thomas Edvalson
2014-04-25
1
-4
/
+1
|
*
Added Travis CI script
Thomas Edvalson
2014-04-25
1
-0
/
+16
*
|
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
*
|
|
Merge pull request #4 from cpp3ds/master
bunnei
2014-04-25
3
-2
/
+4
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Fixed CMake's import of GLFW.
Thomas Edvalson
2014-04-25
2
-1
/
+3
|
*
Resolved undefined Common::g_scm_branch error.
Thomas Edvalson
2014-04-25
1
-1
/
+1
|
/
*
removed "COVERAGE_" from "GCC_COVERAGE_COMPILE_FLAGS"
bunnei
2014-04-24
1
-2
/
+2
*
Update README.md
bunnei
2014-04-24
1
-2
/
+2
*
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
4
-5
/
+34
*
updated windows scm_rev code to use new style
ShizZy
2014-04-23
6
-66
/
+55
*
added scm rev generation on Linux/cmake
bunnei
2014-04-23
10
-53
/
+211
*
fixes to build on linux
bunnei
2014-04-22
9
-50
/
+56
[next]