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
*
Merge pull request #1981 from ogniK5377/open-app-area-create
bunnei
2019-01-04
1
-4
/
+4
|
\
|
*
Return no application area when games try to open an application area
David Marcec
2019-01-04
1
-4
/
+4
*
|
Merge pull request #1980 from ogniK5377/applet-msg-update
bunnei
2019-01-04
1
-1
/
+10
|
\
\
|
*
|
Proper no message handling for AM::PopMessage
David Marcec
2019-01-04
1
-1
/
+10
|
|
/
*
|
Removed pulse event type
David Marcec
2019-01-04
3
-7
/
+0
*
|
Merge pull request #1975 from lioncash/vi
bunnei
2019-01-03
1
-4
/
+15
|
\
\
|
*
|
service/vi: Correct initial width and height values
Lioncash
2019-01-02
1
-2
/
+2
|
*
|
service/vi: Document unknown DisplayInfo struct members
Lioncash
2019-01-02
1
-2
/
+13
*
|
|
Fixed botw deadlock(and possibly 30 fps games rendering too fast? needs test...
David Marcec
2019-01-03
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #1976 from lioncash/display
bunnei
2019-01-02
1
-4
/
+17
|
\
\
|
*
|
service/vi: Implement OpenDefaultDisplay in terms of OpenDisplay
Lioncash
2019-01-02
1
-4
/
+17
|
|
/
*
|
service/vi: Implement SetDisplayEnabled()
Lioncash
2019-01-02
1
-1
/
+10
*
|
Merge pull request #1977 from lioncash/vi-log
bunnei
2019-01-02
1
-63
/
+74
|
\
\
|
*
|
service/vi: Log more information where applicable
Lioncash
2019-01-02
1
-63
/
+74
|
|
/
*
/
core/kernel: Remove unnecessary inclusions
Lioncash
2018-12-31
16
-16
/
+22
|
/
*
Merge pull request #1966 from lioncash/backtrace
bunnei
2018-12-31
2
-7
/
+8
|
\
|
*
arm_interface: Make include path relative for arm_interface.h
Lioncash
2018-12-30
1
-1
/
+1
|
*
arm_interface: Make LogBacktrace() a const member function
Lioncash
2018-12-30
2
-2
/
+2
|
*
arm_interface: Mark variables as const where applicable in LogBacktrace()
Lioncash
2018-12-30
1
-3
/
+4
|
*
arm_interface: Remove unnecessary semicolon
Lioncash
2018-12-30
1
-1
/
+1
*
|
kernel/svc: Correct misleading error message within CreateThread()
Lioncash
2018-12-30
1
-2
/
+3
*
|
kernel/svc: Sanitize core number and thread priorities in CreateThread()
Lioncash
2018-12-30
1
-6
/
+17
*
|
kernel/process: Rename GetAllowedProcessorMask() and GetAllowedThreadPriority...
Lioncash
2018-12-30
2
-11
/
+11
*
|
kernel/svc: Simplify thread core ID sanitizing in CreateThread
Lioncash
2018-12-30
1
-7
/
+1
|
/
*
Merge pull request #1956 from lioncash/process-thread
Sebastian Valle
2018-12-30
5
-57
/
+51
|
\
|
*
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
4
-21
/
+21
|
*
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
*
|
|
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
*
|
|
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
|
/
/
*
|
Merge pull request #1928 from lioncash/caps
bunnei
2018-12-27
12
-125
/
+670
|
\
\
|
*
|
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
*
|
|
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
[next]