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
*
service/am: Add function table for IDebugFunctions
Lioncash
2019-03-21
1
-1
/
+15
*
Merge pull request #2260 from lioncash/sdl
bunnei
2019-03-21
3
-12
/
+14
|
\
|
*
input_common/sdl: Correct return values within implementations of GetPollers()
Lioncash
2019-03-18
2
-2
/
+6
|
*
input_common/sdl: Use a type alias to shorten declaration of GetPollers
Lioncash
2019-03-18
3
-11
/
+9
*
|
common/bit_util: Fix bad merge duplicating the copy constructor
Lioncash
2019-03-20
1
-2
/
+0
*
|
Merge pull request #2090 from FearlessTobi/port-4599
bunnei
2019-03-20
10
-134
/
+337
|
\
\
|
*
|
Make bitfield assignment operator public
fearlessTobi
2019-02-13
1
-6
/
+2
|
*
|
remove all occurance of specifying endianness inside BitField
Weiyi Wang
2019-02-06
6
-96
/
+96
|
*
|
common/bitfield: make it endianness-aware
Weiyi Wang
2019-02-06
3
-3
/
+100
|
*
|
common/swap: remove default value for swap type internal storage
Weiyi Wang
2019-02-06
1
-1
/
+1
|
*
|
common/swap: use template and tag for LE/BE specification
Weiyi Wang
2019-02-06
1
-39
/
+91
|
*
|
common/swap: add swap template for enum
Weiyi Wang
2019-02-06
1
-0
/
+52
*
|
|
Merge pull request #2262 from lioncash/enum
bunnei
2019-03-20
2
-2
/
+15
|
\
\
\
|
*
|
|
file_sys/content_archive: Amend name of Data_Unknown5 enum entry
Lioncash
2019-03-19
2
-2
/
+15
*
|
|
|
Merge pull request #2273 from lioncash/guard
bunnei
2019-03-20
2
-0
/
+9
|
\
\
\
\
|
*
|
|
|
common/uint128: Add missing header guard
Lioncash
2019-03-20
1
-0
/
+2
|
*
|
|
|
common/uint128: Add missing top-file source text
Lioncash
2019-03-20
2
-0
/
+7
*
|
|
|
|
Merge pull request #2268 from lioncash/codeset
bunnei
2019-03-20
8
-45
/
+111
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
kernel/process: Make MapSegment lambda reference parameter const
Lioncash
2019-03-20
1
-1
/
+1
|
*
|
|
|
kernel: Move CodeSet structure to its own source files
Lioncash
2019-03-20
8
-44
/
+110
*
|
|
|
|
common/CMakeLists: Amend boost dependency
Lioncash
2019-03-20
1
-1
/
+1
*
|
|
|
|
Merge pull request #2267 from FernandoS27/fix-2238
bunnei
2019-03-20
1
-1
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Fix crash caused by 2238.
Fernando Sahmkow
2019-03-19
1
-1
/
+2
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #2247 from lioncash/include
bunnei
2019-03-20
2
-4
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
common/thread_queue_list: Remove unnecessary dependency on boost
Lioncash
2019-03-16
2
-4
/
+4
*
|
|
|
|
|
Merge pull request #2224 from lioncash/opus
bunnei
2019-03-20
1
-34
/
+48
|
\
\
\
\
\
\
|
*
|
|
|
|
|
hwopus: Leverage multistream API for decoding regular Opus packets
Lioncash
2019-03-11
1
-34
/
+48
*
|
|
|
|
|
|
Merge pull request #2239 from FearlessTobi/port-4684
bunnei
2019-03-20
1
-3
/
+1
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
frontend: qt: fix a freeze where if you click on entry in the game list too f...
liushuyu
2019-03-15
1
-3
/
+1
*
|
|
|
|
|
|
Merge pull request #2264 from lioncash/linker
bunnei
2019-03-20
5
-189
/
+4
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
loader: Remove Linker class
Lioncash
2019-03-19
3
-185
/
+0
|
*
|
|
|
|
|
|
loader: Remove Linker inheritance from NRO and NSO loaders
Lioncash
2019-03-19
2
-4
/
+4
|
|
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
/
|
|
|
|
|
Fix getopt on systems where char is unsigned by default
xperia64
2019-03-19
1
-2
/
+2
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #2258 from lioncash/am
bunnei
2019-03-18
2
-13
/
+73
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
service/am: Add basic implementation of ChangeMainAppletMasterVolume
Lioncash
2019-03-18
2
-1
/
+29
|
*
|
|
|
|
service/am: Unstub SetTransparentVolumeRate()
Lioncash
2019-03-18
2
-1
/
+17
|
*
|
|
|
|
service/am: Unstub SetExpectedMasterVolume()
Lioncash
2019-03-18
2
-11
/
+27
*
|
|
|
|
|
Merge pull request #2259 from lioncash/fsp
bunnei
2019-03-18
2
-1
/
+5
|
\
\
\
\
\
\
|
*
|
|
|
|
|
fsp_srv: Unstub SetCurrentProcess
Lioncash
2019-03-18
2
-1
/
+5
*
|
|
|
|
|
|
Merge pull request #2254 from lioncash/redundant
bunnei
2019-03-18
1
-3
/
+2
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
input_common/sdl_impl: Make lambda capture more specific in SDLState constructor
Lioncash
2019-03-17
1
-1
/
+1
|
*
|
|
|
|
|
input_common/sdl_impl: Remove unnecessary std::chrono::duration construction
Lioncash
2019-03-17
1
-1
/
+1
|
*
|
|
|
|
|
input_common/sdl_impl: Remove unused variable in SDLState constructor
Lioncash
2019-03-17
1
-1
/
+0
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #2238 from lioncash/thread
bunnei
2019-03-17
2
-21
/
+41
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
kernel/thread: Expand documentation of nominal_priority and current_priority
Lioncash
2019-03-15
2
-3
/
+11
|
*
|
|
|
|
kernel/thread: Make bracing consistent within UpdatePriority()
Lioncash
2019-03-15
1
-2
/
+4
|
*
|
|
|
|
kernel/thread: Amend condition within UpdatePriority()
Lioncash
2019-03-15
1
-3
/
+3
|
*
|
|
|
|
kernel/thread: Maintain priority ordering of added mutex waiting threads
Lioncash
2019-03-15
1
-14
/
+24
*
|
|
|
|
|
Merge pull request #2252 from bunnei/move-page-table
bunnei
2019-03-17
16
-171
/
+215
|
\
\
\
\
\
\
|
*
|
|
|
|
|
core: Move PageTable struct into Common.
bunnei
2019-03-16
16
-171
/
+215
[next]