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: Properly handle UnsignedInt/SignedInt sizes.
bunnei
2018-08-14
1
-5
/
+20
*
Merge pull request #1055 from lioncash/init
bunnei
2018-08-14
1
-1
/
+1
|
\
|
*
audout_u: Correct IAudioOut initializer list order
Lioncash
2018-08-13
1
-1
/
+1
*
|
Merge pull request #1058 from greggameplayer/BC7U_Fix
bunnei
2018-08-14
1
-1
/
+1
|
\
\
|
*
|
Fix BC7U
greggameplayer
2018-08-14
1
-1
/
+1
*
|
|
Merge pull request #1050 from bunnei/rgba16-unorm
bunnei
2018-08-14
4
-37
/
+48
|
\
\
\
|
*
|
|
renderer_opengl: Implement RenderTargetFormat::RGBA16_UNORM.
bunnei
2018-08-13
4
-37
/
+48
|
|
|
/
|
|
/
|
*
|
|
logging/backend: Use const reference to refer to log filter
Lioncash
2018-08-13
1
-2
/
+3
|
|
/
|
/
|
*
|
Merge pull request #1046 from ogniK5377/missing-channels
Mat M
2018-08-13
6
-0
/
+148
|
\
\
|
|
/
|
/
|
|
*
Registered missing channel devices
David Marcec
2018-08-13
1
-0
/
+4
|
*
Added missing channel devices
David Marcec
2018-08-13
5
-0
/
+144
*
|
Merge pull request #1052 from ogniK5377/xeno
bunnei
2018-08-13
4
-7
/
+45
|
\
\
|
*
|
Implement RG32UI and R32UI
David Marcec
2018-08-13
4
-7
/
+45
*
|
|
Merge pull request #1033 from MerryMage/interp
bunnei
2018-08-13
7
-3
/
+267
|
\
\
\
|
*
|
|
audio_renderer: samples_remaining counts frames, not samples
MerryMage
2018-08-13
1
-1
/
+1
|
*
|
|
audio_core: Interpolate
MerryMage
2018-08-13
5
-0
/
+121
|
*
|
|
audio_core: Implement low-pass filter
MerryMage
2018-08-13
3
-2
/
+145
*
|
|
|
Merge pull request #1053 from MerryMage/rm-IsExecuting
bunnei
2018-08-13
1
-3
/
+1
|
\
\
\
\
|
*
|
|
|
arm_dynarmic: Remove IsExecuting check from PrepareReschedule
MerryMage
2018-08-13
1
-3
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #1049 from bunnei/vtx-size-8
Mat M
2018-08-13
1
-0
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
maxwell_to_gl: Implement VertexAttribute::Size::Size_8.
bunnei
2018-08-13
1
-0
/
+1
*
|
|
|
Merge pull request #1032 from lioncash/sanitize
bunnei
2018-08-13
1
-10
/
+10
|
\
\
\
\
|
*
|
|
|
vfs: Use sanitized paths within MoveFile() and MoveDirectory()
Lioncash
2018-08-12
1
-10
/
+10
*
|
|
|
|
Merge pull request #1031 from lioncash/verbosity
bunnei
2018-08-13
2
-7
/
+7
|
\
\
\
\
\
|
*
|
|
|
|
card_image: Use type aliases to shorten definitions
Lioncash
2018-08-12
2
-6
/
+6
|
*
|
|
|
|
card_image: Simplify return statement of GetSubdirectories()
Lioncash
2018-08-12
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #1048 from lioncash/atomic
bunnei
2018-08-13
2
-8
/
+9
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
kernel/object: Tighten object against data races
Lioncash
2018-08-13
2
-8
/
+9
*
|
|
|
|
renderer_opengl: Implement RenderTargetFormat::RGBA16_UINT.
bunnei
2018-08-13
4
-34
/
+45
*
|
|
|
|
Merge pull request #1045 from bunnei/rg8-unorm
bunnei
2018-08-13
4
-26
/
+61
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
renderer_opengl: Implement RenderTargetFormat::RG8_UNORM.
bunnei
2018-08-12
4
-26
/
+61
|
|
/
/
/
*
/
/
/
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
|
/
/
/
/
[next]