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 ThreadQueueList class to common (taken from PPSSPP)
bunnei
2014-05-15
3
-0
/
+218
*
- added helper function for __KernelCreateThread
bunnei
2014-05-14
2
-4
/
+76
*
changed primary thread priority to 0x30 - this is typical, not 0x31
bunnei
2014-05-14
1
-1
/
+2
*
added function stubs for EatCycles and ReSchedule
bunnei
2014-05-14
2
-0
/
+15
*
fixed thread reset to not set stack address
bunnei
2014-05-13
1
-1
/
+1
*
various cleanups / remove unused code
bunnei
2014-05-13
2
-65
/
+29
*
added a bunch of threading code, recycled from PPSSPP, with lots of hacks in ...
bunnei
2014-05-13
2
-70
/
+543
*
changed loader to use __KernelLoadExec
bunnei
2014-05-13
1
-8
/
+9
*
added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter d...
bunnei
2014-05-13
2
-7
/
+38
*
- added __KernelLoadExec function
bunnei
2014-05-13
2
-13
/
+35
*
added option to set CPSR register to arm_interface
bunnei
2014-05-11
3
-0
/
+20
*
added initial kernel/thread modules
bunnei
2014-05-09
7
-0
/
+548
*
added kernel logger to common
bunnei
2014-05-09
2
-3
/
+5
*
Merge pull request #15 from bunnei/hle-services
bunnei
2014-05-08
35
-385
/
+857
|
\
|
*
removed unknown fields from GX_CmdBufferHeader
bunnei
2014-05-08
1
-5
/
+0
|
*
removed incorrect dolphin copyright line
bunnei
2014-05-08
1
-1
/
+0
|
*
fixed include of common in bit_field.h
bunnei
2014-05-07
1
-1
/
+1
|
*
logger fix for linux
bunnei
2014-05-07
2
-3
/
+3
|
*
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 GSP to loggers
bunnei
2014-05-07
2
-2
/
+2
|
*
added BitField to common
bunnei
2014-05-07
3
-0
/
+175
|
*
- 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
|
*
- added better SVC logging
bunnei
2014-05-06
2
-5
/
+5
|
*
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 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
*
|
Update FlipFramebuffer
Sethpaien
2014-05-08
1
-7
/
+6
|
/
*
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
[next]