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
*
Make XCI comply to review and style guidelines
Zach Hilman
2018-08-01
14
-455
/
+222
*
Extract mbedtls to cpp file
Zach Hilman
2018-08-01
4
-86
/
+126
*
Add missing string.h include
Zach Hilman
2018-08-01
1
-0
/
+1
*
Update mbedtls and fix compile error
Zach Hilman
2018-08-01
1
-0
/
+1
*
Remove files that are not used
Zach Hilman
2018-08-01
24
-42
/
+1406
*
Merge pull request #871 from bunnei/audio-config
bunnei
2018-07-31
1
-0
/
+5
|
\
|
*
audio_core: Add configuration settings.
bunnei
2018-07-31
1
-0
/
+5
*
|
Merge pull request #877 from lioncash/remove
bunnei
2018-07-31
6
-104
/
+0
|
\
\
|
*
|
kernel: Remove unused object_address_table.cpp/.h
Lioncash
2018-07-31
6
-104
/
+0
*
|
|
Merge pull request #880 from lioncash/audio
bunnei
2018-07-31
14
-2
/
+289
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
service/audio: Add missing services
Lioncash
2018-07-31
14
-2
/
+289
*
|
|
Merge pull request #876 from lioncash/include
bunnei
2018-07-31
23
-28
/
+47
|
\
\
\
|
*
|
|
kernel: Remove unnecessary includes
Lioncash
2018-07-31
23
-28
/
+47
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #879 from lioncash/audio
bunnei
2018-07-31
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
audout_u: Remove std::move in OpenAudioOutImpl()
Lioncash
2018-07-31
1
-1
/
+1
*
|
|
Merge pull request #869 from Subv/ubsan
bunnei
2018-07-31
2
-6
/
+17
|
\
\
\
|
*
|
|
nvhost_gpu: Added checks to ensure we don't read past the end of the entries ...
Subv
2018-07-30
1
-3
/
+6
|
*
|
|
nvhost_ctrl_gpu: Only read the input parameters if they are actually there.
Subv
2018-07-30
1
-3
/
+11
*
|
|
|
Merge pull request #875 from lioncash/fgm
bunnei
2018-07-31
4
-0
/
+94
|
\
\
\
\
|
*
|
|
|
service: Add fgm services
Lioncash
2018-07-31
4
-0
/
+94
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #874 from lioncash/am
bunnei
2018-07-31
8
-0
/
+156
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
service/am: Add missing am services
Lioncash
2018-07-31
8
-0
/
+156
|
|
/
/
*
|
|
Merge pull request #870 from lioncash/init
bunnei
2018-07-31
1
-9
/
+7
|
\
\
\
|
*
|
|
arm_dynarmic: Make SetTlsAddress() prototype and definition consistent
Lioncash
2018-07-31
1
-1
/
+1
|
*
|
|
arm_dynarmic: Remove unnecessary qualifying of ThreadContext
Lioncash
2018-07-31
1
-3
/
+3
|
*
|
|
arm_dynarmic: Correct initializer list order
Lioncash
2018-07-31
1
-5
/
+3
|
|
/
/
*
/
/
service: Add the pcie service
Lioncash
2018-07-31
4
-0
/
+83
|
/
/
*
|
audio_core: Move to audout_u impl.
bunnei
2018-07-30
4
-13
/
+6
*
|
Implemented various hwopus functions (#853)
David
2018-07-30
3
-6
/
+132
*
|
Merge pull request #858 from lioncash/cast
bunnei
2018-07-30
1
-3
/
+2
|
\
\
|
*
|
partition_filesystem: Remove dynamic_cast in PrintDebugInfo()
Lioncash
2018-07-29
1
-3
/
+2
*
|
|
Merge pull request #857 from lioncash/wlan
bunnei
2018-07-30
4
-1
/
+192
|
\
\
\
|
*
|
|
service: Add wlan services
Lioncash
2018-07-28
4
-1
/
+192
|
|
/
/
*
|
|
Merge pull request #856 from lioncash/btm
bunnei
2018-07-30
4
-0
/
+140
|
\
\
\
|
*
|
|
service/btm: Add basic implementation of GetCoreImpl()
Lioncash
2018-07-28
1
-1
/
+35
|
*
|
|
service: Add btm services
Lioncash
2018-07-28
4
-0
/
+106
|
|
/
/
*
/
/
Add some HID commands (#843)
Hexagon12
2018-07-30
1
-2
/
+16
|
/
/
*
|
Merge pull request #847 from lioncash/ncm
bunnei
2018-07-28
4
-0
/
+78
|
\
\
|
*
|
service: Add ncm services
Lioncash
2018-07-27
4
-0
/
+78
*
|
|
Merge pull request #846 from lioncash/mii
bunnei
2018-07-28
4
-0
/
+126
|
\
\
\
|
*
|
|
service: Add mii services
Lioncash
2018-07-27
4
-0
/
+126
*
|
|
|
Merge pull request #842 from bunnei/audio-core
bunnei
2018-07-27
5
-94
/
+124
|
\
\
\
\
|
*
|
|
|
audout: Implement IAudioOut interface with AudioCore.
bunnei
2018-07-27
2
-93
/
+114
|
*
|
|
|
core: Add AudioCore to global state.
bunnei
2018-07-27
2
-0
/
+9
|
*
|
|
|
audio_core: Add initial code for keeping track of audout state.
bunnei
2018-07-27
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
/
|
|
RomFS Extraction
Zach Hilman
2018-07-27
12
-20
/
+351
|
/
/
/
*
|
|
Merge pull request #845 from lioncash/nfc
bunnei
2018-07-27
4
-0
/
+241
|
\
\
\
|
*
|
|
service/nfc: Implement Create[x]Interface functions
Lioncash
2018-07-27
1
-4
/
+43
|
*
|
|
service: Add nfc services
Lioncash
2018-07-27
4
-0
/
+202
|
|
/
/
*
|
|
Merge pull request #844 from lioncash/lbl
bunnei
2018-07-27
4
-0
/
+109
|
\
\
\
[next]