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
*
Merge pull request #10005 from liamwhite/kernel-atomics
bunnei
2023-04-01
2
-39
/
+56
|
\
|
*
kernel: fix unbounded stack usage in atomics
Liam
2023-03-28
2
-39
/
+56
*
|
Fixes 'Continous' typo
Max Dunbar
2023-03-29
6
-38
/
+38
*
|
Merge pull request #9505 from liamwhite/request-exit
liamwhite
2023-03-29
48
-61
/
+312
|
\
\
|
|
/
|
/
|
|
*
qt: implement RequestExit for applets
Liam
2023-03-25
38
-69
/
+250
|
*
applets: implement RequestExit
Liam
2023-03-25
18
-1
/
+71
*
|
Merge pull request #10003 from german77/disconnect
liamwhite
2023-03-28
1
-1
/
+2
|
\
\
|
*
|
service: hid: Silence warning on MergeSingleJoyAsDualJoy
Narr the Reg
2023-03-27
1
-1
/
+2
*
|
|
telemetry: Add waitpkg instruction
Morph
2023-03-27
1
-0
/
+1
*
|
|
x64: Simplify RDTSC on non-MSVC compilers
Morph
2023-03-27
2
-16
/
+10
*
|
|
core_timing: Make use of MicroSleep for x64 CPUs
Morph
2023-03-27
1
-0
/
+8
*
|
|
x64: Add MicroSleep
Morph
2023-03-27
3
-0
/
+84
*
|
|
x64: cpu_detect: Add detection of waitpkg instructions
Morph
2023-03-27
2
-0
/
+2
*
|
|
Merge pull request #10002 from german77/log
liamwhite
2023-03-27
1
-2
/
+2
|
\
\
\
|
*
|
|
qt: Fix log softlock
Narr the Reg
2023-03-27
1
-2
/
+2
|
|
/
/
*
|
|
Merge pull request #9984 from liamwhite/global-memory
liamwhite
2023-03-27
44
-226
/
+185
|
\
\
\
|
*
|
|
memory: rename global memory references to application memory
Liam
2023-03-23
44
-226
/
+185
*
|
|
|
Merge pull request #9995 from german77/plain
liamwhite
2023-03-27
5
-8
/
+37
|
\
\
\
\
|
*
|
|
|
service: nfp: Add plain amiibo support
german77
2023-03-26
5
-8
/
+37
|
|
|
/
/
|
|
/
|
|
*
/
|
|
tests: mark integer literals as unsigned
Liam
2023-03-26
1
-17
/
+20
|
/
/
/
*
|
|
container_hash: use climits
Liam
2023-03-26
1
-0
/
+1
*
|
|
video_core/macro: Make use of Common::HashValue
Morph
2023-03-25
1
-3
/
+3
*
|
|
tests: Implement tests for verifying HashValue
Morph
2023-03-25
2
-0
/
+42
*
|
|
common: Port boost's hash_value implementation
Morph
2023-03-25
2
-0
/
+92
|
|
/
|
/
|
*
|
Merge pull request #9985 from liamwhite/funny-meme
bunnei
2023-03-24
1
-1
/
+1
|
\
\
|
*
|
vulkan: fix scheduler chunk reserve
Liam
2023-03-24
1
-1
/
+1
*
|
|
Pass GPU page table by reference
Ross Schlaikjer
2023-03-25
1
-31
/
+32
*
|
|
Merge pull request #9983 from Morph1984/boost
liamwhite
2023-03-24
1
-1
/
+1
|
\
\
\
|
*
|
|
zstd: Use ZSTD_getFrameContentSize instead of ZSTD_getDecompressedSize
Morph
2023-03-23
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #9981 from german77/nfp_connect
liamwhite
2023-03-24
4
-4
/
+30
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
nfc: Initialize device when controller is connected
Narr the Reg
2023-03-21
4
-4
/
+30
*
|
|
Merge pull request #9975 from liamwhite/more-waiting
Morph
2023-03-24
1
-4
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
vulkan: fix more excessive waiting in scheduler
Liam
2023-03-19
1
-4
/
+5
|
|
/
*
|
Merge pull request #9971 from Morph1984/q
liamwhite
2023-03-23
3
-124
/
+215
|
\
\
|
*
|
bounded_threadsafe_queue: Refactor Pop
Morph
2023-03-21
1
-140
/
+62
|
*
|
bounded_threadsafe_queue: Add producer cv to avoid busy waiting
Morph
2023-03-21
1
-17
/
+29
|
*
|
bounded_threadsafe_queue: Deduplicate and add PushModes
Morph
2023-03-21
3
-88
/
+86
|
*
|
bounded_threadsafe_queue: Add TryPush
Morph
2023-03-21
1
-0
/
+71
|
*
|
logging: Make use of bounded queue
Morph
2023-03-21
1
-8
/
+8
|
*
|
bounded_threadsafe_queue: Use simplified impl of bounded queue
Morph
2023-03-21
2
-115
/
+203
*
|
|
Merge pull request #9964 from liamwhite/typed-address
liamwhite
2023-03-23
101
-1102
/
+1574
|
\
\
\
|
*
|
|
kernel: use KTypedAddress for addresses
Liam
2023-03-22
101
-1102
/
+1574
*
|
|
|
Merge pull request #9962 from Kelebek1/disable_srgb
Morph
2023-03-23
1
-6
/
+8
|
\
\
\
\
|
*
|
|
|
Disable SRGB border color conversion for now, to fix shadows in Xenoblade.
Kelebek1
2023-03-17
1
-6
/
+8
|
|
/
/
/
*
|
|
|
Merge pull request #9965 from german77/thankYouEpicBoy
bunnei
2023-03-21
1
-0
/
+3
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
config: Fix controller config from resetting
Narr the Reg
2023-03-17
1
-0
/
+3
|
|
/
/
*
|
|
Merge pull request #9970 from bunnei/string-util-view
bunnei
2023-03-19
2
-11
/
+11
|
\
\
\
|
*
|
|
common: string_util: Use std::string_view for UTF16ToUTF8/UTF8ToUTF16W.
bunnei
2023-03-18
2
-11
/
+11
|
|
|
/
|
|
/
|
*
/
|
kernel: fix LOG_TRACE in ipc
Liam
2023-03-19
1
-1
/
+1
|
/
/
*
|
common: bounded_threadsafe_queue: Use polyfill_thread.
bunnei
2023-03-17
1
-2
/
+3
[next]