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
*
maxwell_to_gl: Implement PrimitiveTopology::LineStrip.
bunnei
2018-08-12
1
-0
/
+2
*
Merge pull request #1043 from Subv/timing
bunnei
2018-08-12
3
-2
/
+11
|
\
|
*
CPU/Timing: Use an approximated amortized amount of ticks when advancing timing.
Subv
2018-08-12
2
-1
/
+11
|
*
Kernel/SVC: Don't reschedule the current core when creating a new thread.
Subv
2018-08-12
1
-1
/
+0
*
|
Merge pull request #1036 from lioncash/thread
bunnei
2018-08-12
3
-7
/
+7
|
\
\
|
*
|
scheduler: Make HaveReadyThreads() a const member function
Lioncash
2018-08-12
2
-2
/
+2
|
*
|
thread_queue_list: Make contains() and get_first() const member functions
Lioncash
2018-08-12
1
-4
/
+4
|
*
|
thread_queue_list: Convert typedef to a type alias
Lioncash
2018-08-12
1
-1
/
+1
|
|
/
*
|
Merge pull request #1042 from Subv/races
bunnei
2018-08-12
4
-5
/
+13
|
\
\
|
*
|
Core/HLE: Make the 'reschedule_pending' flag atomic.
Subv
2018-08-12
1
-1
/
+1
|
*
|
CPU/HLE: Lock the HLE mutex before performing a reschedule.
Subv
2018-08-12
1
-0
/
+3
|
*
|
Kernel/Threads: Lock the HLE mutex when executing the wakeup callback.
Subv
2018-08-12
1
-0
/
+5
|
*
|
Kernel/Thread: Always use the threadsafe option when scheduling wakeups.
Subv
2018-08-12
2
-4
/
+4
|
|
/
*
|
Merge pull request #1041 from Subv/duplicated_mutex
bunnei
2018-08-12
2
-2
/
+22
|
\
\
|
*
|
Kernel/Mutex: Don't duplicate threads in the mutex waiter list.
Subv
2018-08-12
2
-2
/
+22
|
|
/
*
|
Merge pull request #1040 from bunnei/xmad
bunnei
2018-08-12
2
-4
/
+120
|
\
\
|
*
|
gl_shader_decompiler: Implement XMAD instruction.
bunnei
2018-08-12
2
-4
/
+120
*
|
|
vfs: Make VfsFilesystem constructor explicit
Lioncash
2018-08-12
1
-1
/
+1
*
|
|
vfs: Make type hierarchy objects classes instead of structs
Lioncash
2018-08-12
4
-10
/
+16
|
/
/
*
|
Merge pull request #1025 from ogniK5377/bad-cast
bunnei
2018-08-12
4
-4
/
+4
|
\
\
|
*
|
made ResultStatus a u16
David Marcec
2018-08-12
3
-3
/
+3
|
*
|
Fixed invalid cast in loader
David Marcec
2018-08-12
1
-1
/
+1
*
|
|
Merge pull request #1038 from MerryMage/lock-cubeb
bunnei
2018-08-12
1
-0
/
+6
|
\
\
\
|
*
|
|
cubeb_sink: Protect queue with a mutex
MerryMage
2018-08-12
1
-0
/
+6
*
|
|
|
Merge pull request #1035 from ogniK5377/audio-dev-revision-info
bunnei
2018-08-12
2
-1
/
+13
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
GetAudioDeviceServiceWithRevisionInfo
David Marcec
2018-08-12
2
-1
/
+13
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1028 from ogniK5377/aoa
bunnei
2018-08-12
3
-6
/
+42
|
\
\
\
|
*
|
|
Pushed the requested sample rate instead of our fixed sample rate
David Marcec
2018-08-12
2
-5
/
+3
|
*
|
|
Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRende...
David Marcec
2018-08-12
3
-6
/
+44
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1034 from lioncash/hid
bunnei
2018-08-12
1
-5
/
+12
|
\
\
\
|
*
|
|
hid: disable clang-format around tables
Lioncash
2018-08-12
1
-4
/
+5
|
*
|
|
hid: Stub DisconnectNpad()
Lioncash
2018-08-12
1
-1
/
+7
*
|
|
|
gl_rasterizer: Use a shared helper to upload from CPU memory.
Markus Wick
2018-08-12
2
-28
/
+33
*
|
|
|
gl_state: Don't track constant buffer mappings.
Markus Wick
2018-08-12
3
-41
/
+3
*
|
|
|
gl_rasterizer: Use the stream buffer for constant buffers.
Markus Wick
2018-08-12
4
-29
/
+32
*
|
|
|
gl_rasterizer: Use the streaming buffer itself for the constant buffer.
Markus Wick
2018-08-12
2
-33
/
+15
*
|
|
|
gl_rasterizer: Use a helper for aligning the buffer.
Markus Wick
2018-08-12
2
-15
/
+22
*
|
|
|
Update the stream_buffer helper from Citra.
Markus Wick
2018-08-12
4
-184
/
+98
|
|
_
|
/
|
/
|
|
*
|
|
gl_shader_decompiler: Fix SetOutputAttributeToRegister empty check.
bunnei
2018-08-12
1
-2
/
+2
|
/
/
*
|
Merge pull request #1026 from ogniK5377/retro-city-rampage
bunnei
2018-08-12
1
-1
/
+8
|
\
\
|
*
|
Stub UpdateUserPresence
David Marcec
2018-08-12
1
-1
/
+8
|
|
/
*
/
gl_shader_decompiler: Fix GLSL compiler error with KIL instruction.
bunnei
2018-08-12
1
-0
/
+8
|
/
*
Merge pull request #1022 from bunnei/fix-splat
bunnei
2018-08-11
2
-2
/
+103
|
\
|
*
friend: Stub DeclareCloseOnlinePlaySession.
bunnei
2018-08-11
1
-1
/
+10
|
*
friend: Fix CreateFriendService to return an IFriendService interface.
bunnei
2018-08-11
1
-2
/
+86
|
*
server_session: Provide more useful information and don't crash on bad IPC re...
bunnei
2018-08-11
1
-0
/
+8
*
|
Merge pull request #1020 from lioncash/namespace
bunnei
2018-08-11
14
-22
/
+44
|
\
\
|
*
|
core: Namespace EmuWindow
Lioncash
2018-08-11
14
-22
/
+44
|
|
/
*
|
Merge pull request #1021 from lioncash/warn
bunnei
2018-08-11
1
-1
/
+1
|
\
\
|
*
|
gl_rasterizer: Silence implicit truncation warning in SetupShaders()
Lioncash
2018-08-11
1
-1
/
+1
|
|
/
[next]