index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sink_details: Deduplicate long std::function repetition
Lioncash
2018-08-01
1
-4
/
+6
*
sink_details: std::move std::function instances
Lioncash
2018-08-01
1
-1
/
+2
*
Merge pull request #888 from lioncash/caps
bunnei
2018-08-01
6
-0
/
+173
|
\
|
*
service: Add capture services
Lioncash
2018-08-01
6
-0
/
+173
*
|
Merge pull request #890 from lioncash/logger
bunnei
2018-08-01
1
-4
/
+4
|
\
\
|
*
|
lm: Amend name of ILogger
Lioncash
2018-08-01
1
-4
/
+4
|
|
/
*
|
Merge pull request #889 from lioncash/fsp
bunnei
2018-08-01
6
-0
/
+89
|
\
\
|
*
|
service/filesystem: Add fsp:ldr and fsp:pr services
Lioncash
2018-08-01
6
-0
/
+89
|
|
/
*
/
service: Add bpc and pcv services
Lioncash
2018-08-01
8
-0
/
+183
|
/
*
Implement R32_FLOAT RenderTargetFormat
Unknown
2018-08-01
3
-0
/
+5
*
Merge pull request #882 from lioncash/unused
bunnei
2018-07-31
1
-6
/
+0
|
\
|
*
kernel/thread: Remove unimplemented function prototype
Lioncash
2018-07-31
1
-6
/
+0
*
|
Merge pull request #871 from bunnei/audio-config
bunnei
2018-07-31
12
-21
/
+330
|
\
\
|
|
/
|
/
|
|
*
audio_core: Add configuration settings.
bunnei
2018-07-31
12
-21
/
+330
*
|
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 #864 from FearlessTobi/port-3973
bunnei
2018-07-31
1
-2
/
+30
|
\
\
\
|
*
|
|
remove polymorphism issue
B3n30
2018-07-29
1
-2
/
+30
*
|
|
|
Merge pull request #869 from Subv/ubsan
bunnei
2018-07-31
4
-8
/
+23
|
\
\
\
\
|
*
|
|
|
MacroInterpreter: Avoid left shifting negative values.
Subv
2018-07-30
2
-2
/
+6
|
*
|
|
|
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
6
-0
/
+96
|
\
\
\
\
\
|
*
|
|
|
|
service: Add fgm services
Lioncash
2018-07-31
6
-0
/
+96
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
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
6
-0
/
+85
|
/
/
/
*
|
|
Merge pull request #855 from bunnei/cubeb
bunnei
2018-07-30
17
-39
/
+462
|
\
\
\
|
*
|
|
audio_core: Implement Sink and SinkStream interfaces with cubeb.
bunnei
2018-07-30
8
-6
/
+261
|
*
|
|
audio_core: Add interfaces for Sink and SinkStream.
bunnei
2018-07-30
6
-0
/
+163
|
*
|
|
audio_core: Misc. improvements to stream/buffer/audio_out.
bunnei
2018-07-30
5
-20
/
+32
|
*
|
|
audio_core: Move to audout_u impl.
bunnei
2018-07-30
4
-13
/
+6
*
|
|
|
Port #3758 from Citra (#852): Add missing std::string import in text_formatter
Tobias
2018-07-30
1
-0
/
+1
|
/
/
/
*
|
|
Implemented various hwopus functions (#853)
David
2018-07-30
3
-6
/
+132
*
|
|
Merge pull request #861 from FearlessTobi/port-3972
bunnei
2018-07-30
2
-81
/
+31
|
\
\
\
|
*
|
|
Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-depende...
zhupengfei
2018-07-29
2
-81
/
+31
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #862 from FearlessTobi/port-3997
bunnei
2018-07-30
1
-3
/
+5
|
\
\
\
|
*
|
|
common/string_utils: replace boost::transform with std counterpart
zhupengfei
2018-07-29
1
-3
/
+5
|
|
/
/
*
|
|
Merge pull request #859 from FearlessTobi/port-3837
bunnei
2018-07-30
2
-3
/
+4
|
\
\
\
|
*
|
|
Port #3837 from Citra: "Add build date in about dialog"
fearlessTobi
2018-07-29
2
-3
/
+4
|
|
/
/
[next]