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
...
|
*
|
|
Common: Remove async logging
Yuri Kunde Schlesner
2015-05-12
9
-222
/
+32
*
|
|
|
Merge pull request #774 from lioncash/decodings
Yuri Kunde Schlesner
2015-05-15
2
-33
/
+191
|
\
\
\
\
|
*
|
|
|
dyncom: Add ARMv6K NOP and hint instructions to the decoding table
Lioncash
2015-05-14
2
-12
/
+152
|
*
|
|
|
dyncom: Handle some MSR variants individually
Lioncash
2015-05-14
2
-24
/
+41
|
*
|
|
|
dyncom: Move exclusive load/stores above bbl and swi in the decoding table
Lioncash
2015-05-14
2
-14
/
+15
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #770 from lioncash/dyncom_clean
bunnei
2015-05-15
2
-275
/
+260
|
\
\
\
\
|
*
|
|
|
dyncom: Remove duplicate enums/prototypes
Lioncash
2015-05-14
1
-7
/
+1
|
*
|
|
|
dyncom: Remove unnecessary defines
Lioncash
2015-05-14
1
-4
/
+4
|
*
|
|
|
dyncom: Make translation-unit functions and variables static
Lioncash
2015-05-14
1
-66
/
+64
|
*
|
|
|
dyncom: Remove unnecessary typedefs
Lioncash
2015-05-14
2
-196
/
+197
|
*
|
|
|
dyncom: Remove unused structs
Lioncash
2015-05-14
1
-8
/
+0
|
|
/
/
/
*
|
|
|
Merge pull request #761 from Subv/resource_limits
bunnei
2015-05-15
12
-14
/
+341
|
\
\
\
\
|
*
|
|
|
Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
Subv
2015-05-14
12
-14
/
+341
*
|
|
|
|
Merge pull request #675 from jroweboy/windows-build-fixes
Yuri Kunde Schlesner
2015-05-14
1
-0
/
+36
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
unsetting a few more variables that arent needed outside of this function
James Rowe
2015-03-26
1
-0
/
+3
|
*
|
|
|
Updated the copy commands to run on post_build and use generator expressions ...
James Rowe
2015-03-26
1
-27
/
+26
|
*
|
|
|
Changes to bring the previous commits in line with the comments on thepull re...
James Rowe
2015-03-26
1
-22
/
+12
|
*
|
|
|
More changes to the CMakeFiles for better MSVC compatibility. Added in the Re...
James Rowe
2015-03-26
1
-0
/
+44
*
|
|
|
|
Memory: Use a table based lookup scheme to read from memory regions
Yuri Kunde Schlesner
2015-05-15
5
-128
/
+174
*
|
|
|
|
Memory: Read SharedPage directly from Memory::Read
Yuri Kunde Schlesner
2015-05-15
3
-59
/
+37
*
|
|
|
|
Memory: Read ConfigMem directly from Memory::Read
Yuri Kunde Schlesner
2015-05-15
3
-50
/
+38
*
|
|
|
|
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-15
34
-266
/
+254
*
|
|
|
|
Memmap: Remove unused declarations
Yuri Kunde Schlesner
2015-05-15
2
-20
/
+3
*
|
|
|
|
Merge pull request #769 from lioncash/cond
bunnei
2015-05-14
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
thread: Fix a conditional check in Reschedule
Lioncash
2015-05-14
1
-1
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
*
/
|
|
|
Common: Remove unused cruft from math_util, and remove a duplicated Rect clas...
Emmanuel Gil Peyrot
2015-05-14
4
-409
/
+3
|
/
/
/
/
*
|
|
|
dyncom: Removed irrelevant log.
bunnei
2015-05-14
1
-2
/
+0
*
|
|
|
Merge pull request #763 from bunnei/qt-fix-crash
bunnei
2015-05-13
1
-1
/
+3
|
\
\
\
\
|
*
|
|
|
Qt: Shutdown emulation session only if EmuThread exists.
bunnei
2015-05-12
1
-1
/
+3
*
|
|
|
|
dyncom: Fix decoding of BKPT's immediate
Lioncash
2015-05-13
1
-1
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #756 from purpasmart96/ptm_service_changes
bunnei
2015-05-12
5
-125
/
+112
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
PTM: Changed the way the ptm services are handled to be like the
purpasmart96
2015-05-11
5
-125
/
+112
*
|
|
|
GPU: Add more fine grained profiling for vertex shader and rasterization
Yuri Kunde Schlesner
2015-05-12
2
-0
/
+10
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #748 from Subv/tls_max
bunnei
2015-05-11
4
-10
/
+24
|
\
\
\
|
*
|
|
Core/Memory: Add TLS support for creating up to 300 threads
Subv
2015-05-11
4
-10
/
+24
*
|
|
|
Merge pull request #751 from yuriks/idle-thread
bunnei
2015-05-11
3
-46
/
+21
|
\
\
\
\
|
*
|
|
|
Thread: Remove the idle thread
Yuri Kunde Schlesner
2015-05-11
3
-46
/
+21
*
|
|
|
|
Merge pull request #757 from Subv/scheduling
bunnei
2015-05-11
1
-0
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Core/Scheduling: Prepare the new priority in the thread queue when svcSetPrio...
Subv
2015-05-11
1
-0
/
+2
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #752 from lioncash/flush
bunnei
2015-05-11
3
-84
/
+98
|
\
\
\
\
\
|
*
|
|
|
|
vfp: Handle flush-to-zero mode.
Lioncash
2015-05-11
3
-84
/
+98
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #755 from lioncash/mcrr-mrrc
bunnei
2015-05-11
1
-7
/
+68
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
dyncom: Stub MCRR and MRRC
Lioncash
2015-05-11
1
-7
/
+68
|
|
/
/
/
*
|
|
|
Merge pull request #750 from Subv/process_svc
Yuri Kunde Schlesner
2015-05-11
6
-4
/
+46
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
fixup!
Subv
2015-05-11
3
-16
/
+12
|
*
|
|
Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread
Subv
2015-05-11
6
-4
/
+50
*
|
|
|
NWM_UDS: Fix a typo in the nwm service port name
purpasmart96
2015-05-11
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #749 from yuriks/stack-top
bunnei
2015-05-11
3
-5
/
+4
|
\
\
\
|
*
|
|
Thread: Correctly set main thread initial stack position
Yuri Kunde Schlesner
2015-05-11
3
-5
/
+4
|
|
/
/
*
/
/
Implement I4 texture format
archshift
2015-05-10
2
-1
/
+12
|
/
/
[prev]
[next]