index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
Merge pull request #2197 from lioncash/include
bunnei
2019-03-06
6
-8
/
+12
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
core/hle/ipc: Remove unnecessary includes
Lioncash
2019-03-05
6
-8
/
+12
|
|
/
/
/
*
|
|
|
Merge pull request #2199 from lioncash/arbiter
bunnei
2019-03-06
5
-110
/
+181
|
\
\
\
\
|
*
|
|
|
kernel/address_arbiter: Pass in system instance to constructor
Lioncash
2019-03-05
4
-21
/
+39
|
*
|
|
|
kernel/address_arbiter: Minor tidying up
Lioncash
2019-03-05
1
-18
/
+18
|
*
|
|
|
kernel/address_arbiter: Convert the address arbiter into a class
Lioncash
2019-03-05
5
-82
/
+135
|
|
/
/
/
*
|
|
|
hle/service/audio/audout_u: Correct lack of return in failure case of AppendA...
Lioncash
2019-03-06
1
-0
/
+1
*
|
|
|
Merge pull request #2194 from lioncash/mem
bunnei
2019-03-06
3
-30
/
+66
|
\
\
\
\
|
*
|
|
|
vm_manager: Use range helpers in HeapAlloc() and HeapFree()
Lioncash
2019-03-04
1
-4
/
+2
|
*
|
|
|
vm_manager: Provide address range checking functions for other memory regions
Lioncash
2019-03-04
2
-4
/
+35
|
*
|
|
|
svc: Migrate address range checking functions to VMManager
Lioncash
2019-03-04
3
-23
/
+30
|
|
/
/
/
*
|
|
|
Merge pull request #2200 from lioncash/audio
bunnei
2019-03-06
3
-10
/
+20
|
\
\
\
\
|
*
|
|
|
hle/service/audio: Extract audio error codes to a header
Lioncash
2019-03-05
3
-10
/
+20
|
|
/
/
/
*
/
/
/
kernel/thread: Remove obsolete TODO in Create()
Lioncash
2019-03-05
1
-2
/
+0
|
/
/
/
*
|
|
Merge pull request #2180 from lioncash/audren
bunnei
2019-03-01
1
-1
/
+12
|
\
\
\
|
*
|
|
service/audio: Provide an implementation of ExecuteAudioRendererRendering
Lioncash
2019-03-01
1
-1
/
+12
*
|
|
|
service/audio/audren_u: Implement OpenAudioRendererAuto
Lioncash
2019-03-01
2
-7
/
+20
|
/
/
/
*
|
|
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 #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
5
-6
/
+6
|
|
/
/
|
/
|
|
*
|
|
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
*
|
service/nvflinger: Relocate definitions of Layer and Display to the vi service
Lioncash
2019-02-19
6
-57
/
+119
*
|
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
32
-81
/
+123
*
|
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-02-12
21
-54
/
+50
*
|
nvdisp_disp0: change drawing message log level from Warning to Trace
Tobias
2019-02-08
1
-3
/
+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
6
-227
/
+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
[prev]
[next]