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
*
nvdisp_disp0: change drawing message log level from Warning to Trace
Tobias
2019-02-08
1
-3
/
+3
*
Merge pull request #2091 from FearlessTobi/port-4603
bunnei
2019-02-06
1
-4
/
+10
|
\
|
*
gdbstub: only let Execute breakpoints write/restore BKPT opcodes into target ...
Dimitri ALBORA
2019-02-06
1
-4
/
+10
*
|
gl_shader_cache: Link loading screen with disk shader cache load
ReinUsesLisp
2019-02-06
1
-2
/
+0
*
|
gl_shader_disk_cache: Pass core system as argument and guard against games wi...
ReinUsesLisp
2019-02-06
1
-1
/
+1
*
|
settings: Hide shader cache behind a setting
ReinUsesLisp
2019-02-06
2
-0
/
+3
*
|
rasterizer_interface: Add disk cache entry for the rasterizer
ReinUsesLisp
2019-02-06
1
-0
/
+3
|
/
*
service/nvflinger,service/vi: Handle failure cases with exposed API
Lioncash
2019-02-05
4
-47
/
+133
*
service/nvflinger: Mark FindVsyncEvent() as a const member function
Lioncash
2019-02-05
2
-2
/
+2
*
service/nvflinger: Rename GetVsyncEvent() to FindVsyncEvent()
Lioncash
2019-02-05
3
-3
/
+3
*
Merge pull request #2073 from lioncash/opus
bunnei
2019-02-01
1
-42
/
+75
|
\
|
*
hwopus: Implement DecodeInterleaved
Lioncash
2019-01-30
1
-4
/
+35
|
*
hwopus: Deduplicate the decoding code within DecodeInterleavedOld and DecodeI...
Lioncash
2019-01-29
1
-19
/
+14
|
*
hwopus: Replace std::optional<std::reference_wrapper<u64>> with u64*
Lioncash
2019-01-29
1
-9
/
+6
|
*
hwopus: Mark local variables as const where applicable
Lioncash
2019-01-29
1
-8
/
+16
|
*
hwopus: Fill in the rest of the unknown service function names
Lioncash
2019-01-29
1
-9
/
+11
*
|
kernel: Remove the Timer class
Lioncash
2019-01-31
7
-229
/
+0
*
|
Merge pull request #2072 from lioncash/service
bunnei
2019-01-31
12
-153
/
+281
|
\
\
|
*
|
service/ns: Update function tables
Lioncash
2019-01-29
1
-14
/
+20
|
*
|
service/ncm: Update function tables
Lioncash
2019-01-29
1
-4
/
+4
|
*
|
service/audio: Update function tables
Lioncash
2019-01-29
4
-8
/
+23
|
*
|
service/am/applet_ae: Update function tables
Lioncash
2019-01-29
1
-1
/
+2
|
*
|
service/fsp-srv: Update function tables
Lioncash
2019-01-29
2
-17
/
+25
|
*
|
service/btm: Update function tables
Lioncash
2019-01-29
1
-55
/
+97
|
*
|
service/btdrv: Update function tables
Lioncash
2019-01-29
1
-46
/
+101
|
*
|
service/psc: Update function tables
Lioncash
2019-01-29
1
-8
/
+9
*
|
|
Merge pull request #2077 from lioncash/virt
bunnei
2019-01-31
5
-15
/
+3
|
\
\
\
|
*
|
|
kernel/wait_object: Devirtualize functions related to manipulating the thread...
Lioncash
2019-01-30
1
-3
/
+3
|
*
|
|
kernel/timer: Remove unnecessary WakeupAllWaitingThreads() override
Lioncash
2019-01-30
2
-6
/
+0
|
*
|
|
kernel/readable_event: Remove unnecessary WakeupAllWaitingThreads() override
Lioncash
2019-01-30
2
-6
/
+0
|
|
|
/
|
|
/
|
*
|
|
service/nvflinger: Make FindBufferQueueId() a const member function
Lioncash
2019-01-30
2
-2
/
+26
*
|
|
service/nvflinger: Rename Get prefix on function to Find
Lioncash
2019-01-30
3
-23
/
+23
|
/
/
*
|
nvflinger: Add the Null display
Lioncash
2019-01-29
1
-1
/
+2
*
|
nvflinger: Change log message in OpenDisplay to be a debug log instead of a w...
Lioncash
2019-01-29
1
-1
/
+1
*
|
nvflinger: Remove unnecessary header inclusions
Lioncash
2019-01-29
1
-2
/
+0
*
|
nvflinger: Mark locals const where applicable
Lioncash
2019-01-29
1
-11
/
+11
*
|
nvflinger: Use a std::array for the available displays instead of std::vector
Lioncash
2019-01-29
2
-7
/
+7
|
/
*
hle/ipc_helpers: Fix clang-format warnings
Lioncash
2019-01-29
1
-1
/
+0
*
hle/ipc_helpers: Allow pushing signed values
Lioncash
2019-01-29
1
-0
/
+22
*
service/pm: Implement SetMaintenanceBoot()
Lioncash
2019-01-28
1
-1
/
+10
*
service/pm: Tidy up functionality related to SystemBootMode
Lioncash
2019-01-28
2
-2
/
+9
*
service/vi: Remove stubbed notifier from SetLayerVisibility
Lioncash
2019-01-28
1
-2
/
+3
*
kernel/svc: Log out uncaught C++ exceptions from svcBreak
Lioncash
2019-01-26
1
-0
/
+4
*
Merge pull request #2054 from bunnei/scope-context-refactor
bunnei
2019-01-23
3
-0
/
+43
|
\
|
*
frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.
bunnei
2019-01-23
3
-0
/
+43
*
|
citra_qt: Log settings on launch
zhupengfei
2019-01-22
2
-0
/
+30
|
/
*
Merge pull request #2025 from DarkLordZach/loader-banner-logo
bunnei
2019-01-20
11
-0
/
+77
|
\
|
*
loader: Propagate NCA logo section to ReadBanner and ReadLogo
Zach Hilman
2019-01-15
9
-0
/
+61
|
*
content_archive: Add getter for logo section of NCA
Zach Hilman
2019-01-15
2
-0
/
+16
*
|
Merge pull request #2031 from lioncash/priv
bunnei
2019-01-19
5
-18
/
+29
|
\
\
[next]