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
*
Merge pull request #1956 from lioncash/process-thread
Sebastian Valle
2018-12-30
6
-59
/
+53
|
\
|
*
kernel/process: Start the main thread using the specified ideal core
Lioncash
2018-12-27
1
-2
/
+2
|
*
kernel: Rename 'default' CPU core to 'ideal' core
Lioncash
2018-12-27
5
-23
/
+23
|
*
kernel/thread: Move process thread initialization into process.cpp
Lioncash
2018-12-27
3
-36
/
+30
*
|
Merge pull request #1847 from ogniK5377/backtrace-break
bunnei
2018-12-29
6
-1
/
+41
|
\
\
|
*
|
Moved log backtrace to arm_interface.cpp. Added printing of error code to fatal
David Marcec
2018-12-29
4
-18
/
+36
|
*
|
Moved backtrace to ArmInterface
David Marcec
2018-12-19
8
-47
/
+20
|
*
|
Moved backtrace to ArmInterface
David Marcec
2018-12-03
6
-14
/
+39
|
*
|
Print backtrace on svcBreak
David Marcec
2018-12-03
3
-0
/
+24
*
|
|
Merge pull request #1964 from lioncash/time
bunnei
2018-12-29
2
-14
/
+18
|
\
\
\
|
*
|
|
service/time: Minor cleanup to GetClockSnapshot()
Lioncash
2018-12-29
1
-7
/
+9
|
*
|
|
service/time: Fill in some structures and remove padding where not necessary
Lioncash
2018-12-29
2
-7
/
+9
*
|
|
|
gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist.
bunnei
2018-12-28
4
-79
/
+46
|
/
/
/
*
|
|
Merge pull request #1958 from lioncash/audio
bunnei
2018-12-28
3
-10
/
+6
|
\
\
\
|
*
|
|
audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEM...
Lioncash
2018-12-28
3
-10
/
+6
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1954 from lioncash/npdm
bunnei
2018-12-27
1
-3
/
+7
|
\
\
\
|
*
|
|
file_sys/program_metadata: Print out more descriptive address space descriptions
Lioncash
2018-12-27
1
-3
/
+7
|
|
/
/
*
/
/
kernel/process: Remove most allocation functions from Process' interface
Lioncash
2018-12-27
4
-49
/
+35
|
/
/
*
|
Add missing uintBitsToFloat to SetRegisterToHalfFloat
Rodolfo Bogado
2018-12-27
1
-2
/
+2
*
|
Merge pull request #1928 from lioncash/caps
bunnei
2018-12-27
14
-125
/
+732
|
\
\
|
*
|
kernel/process: Hook up the process capability parser to the process itself
Lioncash
2018-12-21
7
-122
/
+44
|
*
|
kernel/process_capability: Handle debug capability flags
Lioncash
2018-12-21
2
-1
/
+18
|
*
|
kernel/process_capability: Handle handle table capability flags
Lioncash
2018-12-21
2
-1
/
+11
|
*
|
kernel/process_capability: Handle kernel version capability flags
Lioncash
2018-12-21
2
-1
/
+18
|
*
|
kernel/process_capability: Handle program capability flags
Lioncash
2018-12-21
3
-2
/
+29
|
*
|
kernel/process_capability: Handle interrupt capability flags
Lioncash
2018-12-21
1
-1
/
+21
|
*
|
kernel/process_capability: Handle syscall capability flags
Lioncash
2018-12-21
2
-1
/
+29
|
*
|
kernel/process_capability: Handle the priority mask and core mask flags
Lioncash
2018-12-21
2
-1
/
+40
|
*
|
kernel/process: Introduce process capability parsing skeleton
Lioncash
2018-12-21
5
-3
/
+468
|
*
|
common: Add basic bit manipulation utility function to Common
Lioncash
2018-12-21
2
-0
/
+62
*
|
|
Merge pull request #1892 from Tinob/master
bunnei
2018-12-27
1
-113
/
+122
|
\
\
\
|
*
|
|
Apply CC test to the final value to be stored in the register
Rodolfo Bogado
2018-12-26
1
-9
/
+12
|
*
|
|
Includde saturation in the evaluation of the control code
Rodolfo Bogado
2018-12-22
1
-3
/
+4
|
*
|
|
Handle RZ cases evaluating the expression instead of the register value.
Rodolfo Bogado
2018-12-22
1
-14
/
+22
|
*
|
|
complete emulation of ZeroFlag
Rodolfo Bogado
2018-12-22
1
-100
/
+97
*
|
|
|
Merge pull request #1929 from bunnei/fix-hid
bunnei
2018-12-27
1
-44
/
+163
|
\
\
\
\
|
*
|
|
|
hid: Fix SetNpadJoyHoldType and improve logging.
bunnei
2018-12-21
1
-44
/
+163
*
|
|
|
|
Merge pull request #1945 from bunnei/fix-hid-horiz
bunnei
2018-12-27
1
-46
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
npad: Remove code to invert input in horizontal mode.
bunnei
2018-12-26
1
-46
/
+0
*
|
|
|
|
|
Merge pull request #1949 from lioncash/unmap
bunnei
2018-12-27
1
-0
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
kernel/vm_manager: Reset region attributes when unmapping a VMA
Lioncash
2018-12-26
1
-0
/
+1
*
|
|
|
|
|
|
am: Implement GetSaveDataSize and ExtendSaveData
Zach Hilman
2018-12-27
6
-8
/
+53
*
|
|
|
|
|
|
filesystem: Populate save data sizes from control data
Zach Hilman
2018-12-27
2
-0
/
+53
*
|
|
|
|
|
|
savedata_factory: Partially implement IVFC save sizes using files
Zach Hilman
2018-12-27
2
-0
/
+38
*
|
|
|
|
|
|
loader: Add accessor for game control data
Zach Hilman
2018-12-27
5
-9
/
+14
*
|
|
|
|
|
|
control_metadata: Update NACP fields with latest Switchbrew data
Zach Hilman
2018-12-27
2
-6
/
+29
*
|
|
|
|
|
|
control_metadata: Use value member instead of unique_ptr to store struct
Zach Hilman
2018-12-27
2
-10
/
+13
*
|
|
|
|
|
|
vfs: Add reinterpret_casts to WriteArray and Object
Zach Hilman
2018-12-27
1
-2
/
+2
*
|
|
|
|
|
|
Merge pull request #1946 from lioncash/decl
bunnei
2018-12-26
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
renderer_opengl: Correct forward declaration of FramebufferLayout
Lioncash
2018-12-26
1
-1
/
+1
[next]