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
...
|
*
|
|
|
|
|
|
renderer_vulkan: Throw when enumerating devices fails
ReinUsesLisp
2020-12-31
5
-33
/
+21
|
*
|
|
|
|
|
|
renderer_vulkan: Initialize surface in separate file
ReinUsesLisp
2020-12-31
6
-73
/
+109
|
*
|
|
|
|
|
|
renderer_vulkan: Catch and report exceptions
ReinUsesLisp
2020-12-31
1
-2
/
+5
|
*
|
|
|
|
|
|
renderer_vulkan: Create debug callback on separate file and throw
ReinUsesLisp
2020-12-31
8
-79
/
+88
|
*
|
|
|
|
|
|
renderer_vulkan: Move instance initialization to a separate file
ReinUsesLisp
2020-12-31
4
-111
/
+176
|
*
|
|
|
|
|
|
vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapp...
ReinUsesLisp
2020-12-31
51
-51
/
+51
|
*
|
|
|
|
|
|
vulkan_common: Move dynamic library load to a separate file
ReinUsesLisp
2020-12-31
4
-31
/
+59
*
|
|
|
|
|
|
|
Merge pull request #5278 from MerryMage/cpuopt_unsafe_inaccurate_nan
bunnei
2021-01-03
6
-0
/
+26
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
dynarmic: Add Unsafe_InaccurateNaN optimization
MerryMage
2021-01-02
6
-0
/
+26
*
|
|
|
|
|
|
|
|
Merge pull request #5279 from bunnei/buffer-queue-connect
bunnei
2021-01-03
1
-2
/
+0
|
\
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
hle: service: nvflinger: buffer_queue: Do not reset id/layer_id on Connect.
bunnei
2021-01-02
1
-2
/
+0
*
|
|
|
|
|
|
|
|
Merge pull request #5267 from lioncash/localize
bunnei
2021-01-02
1
-10
/
+13
|
\
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
main: Make the loader error dialog fully translatable
Lioncash
2020-12-31
1
-8
/
+12
|
*
|
|
|
|
|
|
|
main: Tidy up enum comparison
Lioncash
2020-12-31
1
-2
/
+1
*
|
|
|
|
|
|
|
|
general: Fix various spelling errors
Morph
2021-01-02
20
-43
/
+43
|
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge pull request #5209 from Morph1984/refactor-controller-connect
bunnei
2021-01-01
4
-12
/
+47
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
configure_input: Modify controller connection delay
Morph
2021-01-01
4
-12
/
+47
*
|
|
|
|
|
|
|
memory: Remove MemoryHook
MerryMage
2021-01-01
9
-382
/
+0
*
|
|
|
|
|
|
|
Merge pull request #5249 from ReinUsesLisp/lock-free-pages
bunnei
2021-01-01
7
-147
/
+132
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
core/memory: Read and write page table atomically
ReinUsesLisp
2020-12-29
7
-147
/
+132
|
|
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge pull request #5264 from 16-Bit-Dog/patch-1
bunnei
2020-12-31
1
-1
/
+1
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Make the coding conventions more consistant
16-Bit-Dog
2020-12-30
1
-1
/
+1
|
|
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge pull request #5265 from german77/port5509
bunnei
2020-12-30
1
-2
/
+45
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Port citra-emu/citra#5509
german
2020-12-30
1
-2
/
+45
*
|
|
|
|
|
|
|
|
Merge pull request #5208 from bunnei/service-threads
bunnei
2020-12-30
67
-1003
/
+772
|
\
\
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
hle: kernel: service_thread: Make thread naming more consistent.
bunnei
2020-12-29
1
-1
/
+1
|
*
|
|
|
|
|
|
|
hle: kernel: Manage service threads on another thread.
bunnei
2020-12-29
1
-9
/
+20
|
*
|
|
|
|
|
|
|
common: ThreadWorker: Add class to help do asynchronous work.
bunnei
2020-12-29
3
-0
/
+90
|
*
|
|
|
|
|
|
|
hle: kernel: Manage host thread IDs using TLS.
bunnei
2020-12-29
1
-46
/
+31
|
*
|
|
|
|
|
|
|
hle: kernel: Move ServiceThread ownership to KernelCore.
bunnei
2020-12-29
4
-5
/
+48
|
*
|
|
|
|
|
|
|
hle: kernel: service_thread: Add thread name and take weak_ptr of ServerSession.
bunnei
2020-12-29
3
-11
/
+22
|
*
|
|
|
|
|
|
|
hle: service: Acquire and release a lock on requests.
bunnei
2020-12-28
7
-40
/
+41
|
*
|
|
|
|
|
|
|
audio_core: stream: Ensure buffer is valid before release.
bunnei
2020-12-28
1
-2
/
+10
|
*
|
|
|
|
|
|
|
core: Do not reset device_memory on shutdown.
bunnei
2020-12-28
1
-1
/
+0
|
*
|
|
|
|
|
|
|
core: hle: kernel: Clear process list on boot.
bunnei
2020-12-28
1
-2
/
+2
|
*
|
|
|
|
|
|
|
gpu: gpu_thread: Ensure MicroProfile is shutdown on exit.
bunnei
2020-12-28
1
-0
/
+3
|
*
|
|
|
|
|
|
|
hle: service: vi: Refactor to grab buffer only once.
bunnei
2020-12-28
1
-15
/
+4
|
*
|
|
|
|
|
|
|
service: nvflinger: Improve synchronization for BufferQueue.
bunnei
2020-12-28
5
-19
/
+72
|
*
|
|
|
|
|
|
|
hle: service: Ensure system is powered on before writing IPC result.
bunnei
2020-12-28
1
-1
/
+5
|
*
|
|
|
|
|
|
|
core: kernel: Clear process list earlier.
bunnei
2020-12-28
1
-2
/
+2
|
*
|
|
|
|
|
|
|
video_core: gpu_thread: Do not wait when system is powered down.
bunnei
2020-12-28
1
-1
/
+2
|
*
|
|
|
|
|
|
|
core: settings: Untangle multicore from asynchronous GPU.
bunnei
2020-12-28
5
-21
/
+4
|
*
|
|
|
|
|
|
|
video_core: gpu: Implement synchronous mode using threaded GPU.
bunnei
2020-12-28
4
-12
/
+34
|
*
|
|
|
|
|
|
|
video_core: gpu: Refactor out synchronous/asynchronous GPU implementations.
bunnei
2020-12-28
10
-289
/
+130
|
*
|
|
|
|
|
|
|
hle: kernel: hle_ipc: Remove SleepClientThread.
bunnei
2020-12-28
2
-54
/
+0
|
*
|
|
|
|
|
|
|
hle: service: bsd: Update to work with service threads, removing SleepClientT...
bunnei
2020-12-28
4
-250
/
+45
|
*
|
|
|
|
|
|
|
hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.
bunnei
2020-12-28
23
-211
/
+83
|
*
|
|
|
|
|
|
|
hle: kernel: service_thread: Add parameter for thread pool size.
bunnei
2020-12-28
3
-7
/
+7
|
*
|
|
|
|
|
|
|
hle: service: nvflinger: Refactor locking and interfaces.
bunnei
2020-12-28
3
-45
/
+31
|
*
|
|
|
|
|
|
|
hle: service: vi: Remove usage of SleepClientThread.
bunnei
2020-12-28
1
-34
/
+43
[prev]
[next]