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
*
service/hid: Amend forward declaration of ServiceManager
Lioncash
2019-02-27
1
-1
/
+1
*
Merge pull request #2169 from lioncash/naming
bunnei
2019-02-27
1
-13
/
+13
|
\
|
*
audio_core/audio_renderer: Name previously unknown parameters of AudioRendere...
Lioncash
2019-02-27
1
-13
/
+13
*
|
Merge pull request #2170 from lioncash/emu-window
bunnei
2019-02-27
2
-2
/
+2
|
\
\
|
*
|
core/frontend/emu_window: Make ClipToTouchScreen a const member function
Lioncash
2019-02-27
2
-2
/
+2
|
|
/
*
|
Merge pull request #2161 from lioncash/handle-table
bunnei
2019-02-27
6
-19
/
+63
|
\
\
|
*
|
kernel/handle_table: Make local variables as const where applicable
Lioncash
2019-02-25
1
-4
/
+5
|
*
|
kernel/handle_table: Allow process capabilities to limit the handle table size
Lioncash
2019-02-25
6
-10
/
+54
|
*
|
kernel/handle-table: In-class initialize data members
Lioncash
2019-02-25
2
-3
/
+2
|
*
|
kernel/handle_table: Resolve truncation warnings
Lioncash
2019-02-25
1
-2
/
+2
*
|
|
common/math_util: Move contents into the Common namespace
Lioncash
2019-02-27
7
-13
/
+13
*
|
|
common/vector_math: Move Vec[x] types into the Common namespace
Lioncash
2019-02-26
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #2156 from FreddyFunk/patch-1
bunnei
2019-02-25
1
-1
/
+1
|
\
\
|
*
|
file_sys/vfs_vector: Fix ignored offset on Write
Frederic L
2019-02-25
1
-1
/
+1
*
|
|
service/vi: Update IManagerDisplayService's function table
Lioncash
2019-02-25
1
-0
/
+1
|
|
/
|
/
|
*
|
service/nvflinger: Store BufferQueue instances as regular data members
Lioncash
2019-02-21
7
-36
/
+39
*
|
service/vi/vi_layer: Convert Layer struct into a class
Lioncash
2019-02-21
6
-10
/
+43
*
|
service/nvflinger: Move display specifics over to vi_display
Lioncash
2019-02-21
4
-35
/
+141
|
/
*
Merge pull request #2130 from lioncash/system_engine
bunnei
2019-02-20
1
-1
/
+1
|
\
|
*
video_core: Remove usages of System::GetInstance() within the engines
Lioncash
2019-02-15
1
-1
/
+1
*
|
Fixes Unicode Key File Directories (#2120)
Jungy
2019-02-20
1
-1
/
+2
*
|
service/nvflinger: Relocate definitions of Layer and Display to the vi service
Lioncash
2019-02-19
7
-57
/
+123
*
|
address_arbiter: Use nested namespaces where applicable
Lioncash
2019-02-16
2
-8
/
+4
|
/
*
core_timing: Convert core timing into a class
Lioncash
2019-02-15
43
-289
/
+404
*
Merge pull request #2115 from lioncash/local
bunnei
2019-02-13
1
-3
/
+3
|
\
|
*
core_timing: Make EmptyTimedCallback a local variable
Lioncash
2019-02-12
1
-3
/
+3
*
|
threadsafe_queue: Remove NeedSize template parameter
Lioncash
2019-02-12
1
-2
/
+2
|
/
*
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-02-12
29
-73
/
+69
*
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
[next]