index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-12-28
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
33
-97
/
+97
2022-12-28
hle_ipc: Rename ReadBuffer to ReadBufferCopy
ameerj
3
-4
/
+6
2022-12-28
bsd: Use std::span for read payloads
ameerj
6
-36
/
+38
2022-12-28
nvdrv: Use std::span for inputs
ameerj
24
-211
/
+209
2022-12-28
hidbus: Use ReadBufferSpan
ameerj
11
-12
/
+16
2022-12-25
nvflinger: Split Parcel class into InputParcel and OutputParcel
ameerj
5
-48
/
+53
2022-12-25
service: Use ReadBufferSpan where it is trivial to do so
ameerj
31
-77
/
+78
2022-12-25
fsp_srv: Use ReadBufferSpan
ameerj
3
-19
/
+17
2022-12-25
hle_ipc: Add ReadBufferSpan function
ameerj
2
-0
/
+22
2022-12-24
qt: prevent reentrant shutdown
Liam
2
-5
/
+12
2022-12-23
qt: fix 'Pause' menu item (#9497)
liamwhite
1
-1
/
+1
2022-12-23
Disable automatically opening the console on windows yuzu-cmd builds (#9485)
Chris Oboe
2
-0
/
+16
2022-12-23
qt: fix uninitialized memory usage
Liam
1
-1
/
+1
2022-12-23
kernel: workaround static shared memory initialization
Liam
3
-58
/
+62
2022-12-21
time: add LockFreeAtomicType
Liam
3
-40
/
+65
2022-12-21
qt: exit properly on guest-initiated close
Liam
2
-1
/
+9
2022-12-21
qt: use main window as close overlay parent
Liam
2
-4
/
+4
2022-12-20
qt: continue event loop during game close
Liam
4
-14
/
+64
2022-12-19
scratch_buffer: Explicitly defing resize and resize_destructive functions
ameerj
7
-19
/
+108
2022-12-19
tests: Add ScratchBuffer tests
ameerj
3
-5
/
+137
2022-12-19
dma_pusher: Rework command_headers usage
ameerj
2
-9
/
+16
2022-12-19
buffer_cache: Use Common::ScratchBuffer for ImmediateBuffer usage
ameerj
1
-7
/
+4
2022-12-19
video_core: Add usages of ScratchBuffer
ameerj
4
-33
/
+21
2022-12-19
common: Add ScratchBuffer class
ameerj
2
-0
/
+75
2022-12-19
common: add make_unique_for_overwrite
ameerj
2
-0
/
+26
2022-12-19
externals: update Vulkan-Headers to v1.3.238
Jan Beich
1
-0
/
+12
2022-12-19
overlay_dialog: Avoid starting the input thread if non-interactive
Morph
1
-1
/
+3
2022-12-18
overlay_dialog: Hide button dialog box when both buttons are hidden
Morph
1
-0
/
+8
2022-12-18
kernel: remove TimeManager
Liam
11
-117
/
+33
2022-12-18
kernel: add KHardwareTimer
Liam
6
-6
/
+271
2022-12-18
input_common: Cleanup project
german77
2
-206
/
+83
2022-12-18
service: nfc: Silence ListDevices
german77
2
-2
/
+2
2022-12-18
Use execlp instead of execl to avoid failure
Marco Rubin
1
-1
/
+1
2022-12-18
yuzu: Remember last selected directory
german77
1
-0
/
+3
2022-12-18
bootmanager: Use proper camera size
german77
3
-6
/
+13
2022-12-17
bootmanager: Encapsulate all QCamera code
german77
2
-5
/
+7
2022-12-17
yuzu: fix device name setting
german77
1
-3
/
+2
2022-12-17
Enable compiler optimizations and enforce x86-64-v2 on GCC/Clang (#9442)
MatÃas Locatti
1
-2
/
+2
2022-12-17
qt: use _exit instead of exit on SIGINT
Liam
1
-1
/
+1
2022-12-17
EmuThread: refactor
Liam
6
-172
/
+64
2022-12-17
qt: avoid setting WA_DontCreateNativeAncestors on all platforms
Liam
1
-1
/
+5
2022-12-16
input_common: Add virtual gamepad
german77
7
-0
/
+274
2022-12-16
camera: Use pre-allocated vector for camera data
ameerj
4
-9
/
+12
2022-12-16
Remove unimplemented transform feedback geometry spam, it should be implemented
Kelebek1
1
-2
/
+1
2022-12-16
Signal buffer event on audio in/out system stop, and force remove all registe...
Kelebek1
5
-7
/
+26
2022-12-16
qt: handle wayland-egl platform name
Liam
2
-3
/
+7
2022-12-15
hle_ipc: Refactor ReadBuffer to set buffer size upon initialization
ameerj
1
-8
/
+6
2022-12-15
hle_ipc: Reserve vectors before populating
ameerj
1
-0
/
+8
2022-12-15
kernel: svc: Fix duplicated InfoType enum
Narr the Reg
1
-90
/
+47
2022-12-15
kernel: process: Implement GetFreeThreadCount
Narr the Reg
3
-1
/
+28
[next]