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
...
*
|
|
|
|
same fix as last commit - just for vfpsingle.cpp
bunnei
2014-05-16
1
-2
/
+2
*
|
|
|
|
another VFP fix for GCC
bunnei
2014-05-16
1
-2
/
+2
*
|
|
|
|
fixed VFP DBG log for GCC
bunnei
2014-05-16
1
-1
/
+1
*
|
|
|
|
fixed typo in CMakeLists.txt
bunnei
2014-05-16
1
-1
/
+1
*
|
|
|
|
- reenabled MCR and MRC functions now that VFP is attached
bunnei
2014-05-16
4
-116
/
+94
*
|
|
|
|
- removed unused stubbed out code
bunnei
2014-05-16
5
-33
/
+27
*
|
|
|
|
added maverick.cpp to ARM core from skyeye
bunnei
2014-05-16
4
-1
/
+1212
*
|
|
|
|
fixed includes
bunnei
2014-05-16
1
-2
/
+2
*
|
|
|
|
enabled CP_ACCESS_ALLOWED
bunnei
2014-05-16
1
-6
/
+4
*
|
|
|
|
fixed include path
bunnei
2014-05-16
1
-1
/
+1
*
|
|
|
|
removed undefined function ARMul_ConsolePrint
bunnei
2014-05-16
1
-1
/
+1
*
|
|
|
|
added missing armcopro from skyeye
bunnei
2014-05-16
6
-251
/
+1098
*
|
|
|
|
added missing skyeye mmu code
bunnei
2014-05-15
12
-44
/
+3333
*
|
|
|
|
fixed armmmu imports
bunnei
2014-05-15
1
-5
/
+5
*
|
|
|
|
- moved mmu to arm/interpreter folder
bunnei
2014-05-15
16
-1
/
+8791
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
removed unknown fields from GX_CmdBufferHeader
bunnei
2014-05-08
1
-5
/
+0
*
|
|
|
removed unnecessary log message
bunnei
2014-05-07
1
-1
/
+1
*
|
|
|
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
2014-05-07
8
-116
/
+100
*
|
|
|
added kernel memory to mem_map
bunnei
2014-05-07
2
-0
/
+9
*
|
|
|
- added debug logging to syscall.cpp
bunnei
2014-05-06
2
-135
/
+173
*
|
|
|
added mem_map read for config_mem
bunnei
2014-05-06
2
-7
/
+17
*
|
|
|
added config_mem module for HLE of firmware configuration memory settings
bunnei
2014-05-06
5
-0
/
+100
*
|
|
|
- disable strict alignment on LDRD/STRD
bunnei
2014-05-06
1
-17
/
+22
*
|
|
|
commented out useless debug logs that just spammed console
bunnei
2014-05-06
1
-3
/
+3
*
|
|
|
- added CallMCR function to coprocessor HLE module
bunnei
2014-05-01
3
-29
/
+43
*
|
|
|
fixed include in coprocessor.cpp
bunnei
2014-05-01
1
-1
/
+1
*
|
|
|
renamed hle "mrc" module to "coprocessor"
bunnei
2014-05-01
6
-17
/
+17
*
|
|
|
- added some function wrappers for HLE
bunnei
2014-05-01
2
-10
/
+29
*
|
|
|
- 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
[prev]
[next]