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
*
loader/nso: Remove left-in debug pragma
Lioncash
2019-04-30
1
-2
/
+0
*
Merge pull request #2412 from lioncash/system
bunnei
2019-04-28
3
-7
/
+11
|
\
|
*
kernel/vm_manager: Remove usages of global system accessors
Lioncash
2019-04-16
3
-7
/
+11
*
|
Merge pull request #2416 from lioncash/wait
bunnei
2019-04-24
6
-44
/
+50
|
\
\
|
*
|
kernel/thread: Unify wait synchronization types
Lioncash
2019-04-17
6
-38
/
+34
|
*
|
kernel/svc: Migrate svcCancelSynchronization behavior to a thread function
Lioncash
2019-04-17
3
-7
/
+17
|
|
/
*
|
Merge pull request #2424 from FernandoS27/compat
bunnei
2019-04-24
2
-0
/
+2
|
\
\
|
*
|
Allow picking a Compatibility Profile for OpenGL.
Fernando Sahmkow
2019-04-20
2
-0
/
+2
*
|
|
Merge pull request #2228 from DarkLordZach/applet-manager-p1
bunnei
2019-04-24
21
-112
/
+653
|
\
\
\
|
*
|
|
web_browser: Make OpenPage non-const
Zach Hilman
2019-04-17
10
-18
/
+23
|
*
|
|
main: Add GMainWindow hooks for Error display
Zach Hilman
2019-04-17
2
-3
/
+3
|
*
|
|
general_backend: Move StubApplet and add backend PhotoViewer
Zach Hilman
2019-04-17
2
-1
/
+102
|
*
|
|
general_frontend: Add frontend scaffold for PhotoViewer applet
Zach Hilman
2019-04-17
2
-0
/
+55
|
*
|
|
frontend: Add frontend receiver for Error applet
Zach Hilman
2019-04-17
3
-2
/
+79
|
*
|
|
applets: Add Error applet
Zach Hilman
2019-04-17
3
-24
/
+224
|
*
|
|
applets: Port current applets to take frontend in constructor
Zach Hilman
2019-04-17
6
-14
/
+16
|
*
|
|
web_browser: Make OpenPage const
Zach Hilman
2019-04-17
2
-3
/
+3
|
*
|
|
core: Remove specific applets in favor of AppletManager
Zach Hilman
2019-04-17
2
-47
/
+32
|
*
|
|
am: Delegate applet creation to AppletManager
Zach Hilman
2019-04-17
1
-24
/
+3
|
*
|
|
applets: Add AppletManager class to control lifetime
Zach Hilman
2019-04-17
2
-0
/
+137
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2420 from lioncash/audctl
bunnei
2019-04-22
2
-2
/
+32
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
service/audctl: Implement GetTargetVolumeMin() and GetTargetVolumeMax()
Lioncash
2019-04-18
2
-2
/
+32
*
|
|
Merge pull request #2415 from lioncash/const
bunnei
2019-04-19
2
-2
/
+2
|
\
\
\
|
*
|
|
kernel/wait_object: Make GetHighestPriorityReadyThread() a const member function
Lioncash
2019-04-17
2
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2421 from lioncash/svc-call
bunnei
2019-04-19
1
-1
/
+1
|
\
\
\
|
*
|
|
kernel/svc: Name supervisor call 0x36
Lioncash
2019-04-19
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2374 from lioncash/pagetable
bunnei
2019-04-19
29
-163
/
+206
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
core/core: Move process execution start to System's Load()
Lioncash
2019-04-11
20
-107
/
+144
|
*
|
core/process: Remove unideal page table setting from LoadFromMetadata()
Lioncash
2019-04-11
1
-5
/
+0
|
*
|
core/core: Move main process creation into Load()
Lioncash
2019-04-11
1
-4
/
+3
|
*
|
video_core/gpu: Create threads separately from initialization
Lioncash
2019-04-11
1
-11
/
+4
|
*
|
core/cpu_core_manager: Create threads separately from initialization.
Lioncash
2019-04-11
11
-39
/
+58
*
|
|
Merge pull request #2397 from lioncash/thread-unused
bunnei
2019-04-17
3
-18
/
+17
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
svc: Specify handle value in thread's name
Lioncash
2019-04-15
2
-2
/
+10
|
*
|
kernel/thread: Remove unused guest_handle member variable
Lioncash
2019-04-14
3
-16
/
+7
*
|
|
Merge pull request #2382 from lioncash/table
bunnei
2019-04-15
27
-57
/
+262
|
\
\
\
|
*
|
|
service: Update service function tables
Lioncash
2019-04-11
27
-57
/
+262
*
|
|
|
Merge pull request #2393 from lioncash/svc
bunnei
2019-04-15
4
-2
/
+274
|
\
\
\
\
|
*
|
|
|
kernel/svc: Implement svcUnmapProcessCodeMemory
Lioncash
2019-04-12
3
-1
/
+143
|
*
|
|
|
kernel/svc: Implement svcMapProcessCodeMemory
Lioncash
2019-04-12
4
-1
/
+131
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
kernel/thread: Remove BoostPriority()
Lioncash
2019-04-15
2
-11
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #2378 from lioncash/ro
bunnei
2019-04-13
1
-65
/
+85
|
\
\
\
|
*
|
|
ldr: Mark IsValidNROHash() as a const member function
Lioncash
2019-04-10
1
-5
/
+4
|
*
|
|
ldr: Amend parameters for LoadNro/UnloadNro LoadNrr/UnloadNrr
Lioncash
2019-04-10
1
-60
/
+81
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2357 from zarroboogs/force-30fps-mode
bunnei
2019-04-13
2
-6
/
+11
|
\
\
\
|
*
|
|
added a toggle to force 30fps mode
zarroboogs
2019-04-09
2
-6
/
+11
*
|
|
|
Merge pull request #2381 from lioncash/fs
bunnei
2019-04-13
1
-8
/
+7
|
\
\
\
\
|
*
|
|
|
fsp_srv: Remove unnecessary parameter popping in IDirectory's Read()
Lioncash
2019-04-10
1
-4
/
+1
|
*
|
|
|
fsp_srv: Log out option values in IFile's Read and Write functions
Lioncash
2019-04-10
1
-4
/
+6
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #2017 from jroweboy/glwidget
bunnei
2019-04-13
1
-9
/
+30
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
[next]