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
*
Fix crash caused by 2238.
Fernando Sahmkow
2019-03-19
1
-1
/
+2
*
Merge pull request #2258 from lioncash/am
bunnei
2019-03-18
2
-13
/
+73
|
\
|
*
service/am: Add basic implementation of ChangeMainAppletMasterVolume
Lioncash
2019-03-18
2
-1
/
+29
|
*
service/am: Unstub SetTransparentVolumeRate()
Lioncash
2019-03-18
2
-1
/
+17
|
*
service/am: Unstub SetExpectedMasterVolume()
Lioncash
2019-03-18
2
-11
/
+27
*
|
Merge pull request #2259 from lioncash/fsp
bunnei
2019-03-18
2
-1
/
+5
|
\
\
|
*
|
fsp_srv: Unstub SetCurrentProcess
Lioncash
2019-03-18
2
-1
/
+5
*
|
|
Merge pull request #2254 from lioncash/redundant
bunnei
2019-03-18
1
-3
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
input_common/sdl_impl: Make lambda capture more specific in SDLState constructor
Lioncash
2019-03-17
1
-1
/
+1
|
*
|
input_common/sdl_impl: Remove unnecessary std::chrono::duration construction
Lioncash
2019-03-17
1
-1
/
+1
|
*
|
input_common/sdl_impl: Remove unused variable in SDLState constructor
Lioncash
2019-03-17
1
-1
/
+0
*
|
|
Merge pull request #2238 from lioncash/thread
bunnei
2019-03-17
2
-21
/
+41
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
kernel/thread: Expand documentation of nominal_priority and current_priority
Lioncash
2019-03-15
2
-3
/
+11
|
*
|
kernel/thread: Make bracing consistent within UpdatePriority()
Lioncash
2019-03-15
1
-2
/
+4
|
*
|
kernel/thread: Amend condition within UpdatePriority()
Lioncash
2019-03-15
1
-3
/
+3
|
*
|
kernel/thread: Maintain priority ordering of added mutex waiting threads
Lioncash
2019-03-15
1
-14
/
+24
*
|
|
Merge pull request #2252 from bunnei/move-page-table
bunnei
2019-03-17
16
-171
/
+215
|
\
\
\
|
*
|
|
core: Move PageTable struct into Common.
bunnei
2019-03-16
16
-171
/
+215
*
|
|
|
Merge pull request #2251 from bunnei/skip-zero-flush
bunnei
2019-03-17
1
-0
/
+6
|
\
\
\
\
|
*
|
|
|
gl_rasterizer: Skip zero addr/sized regions on flush/invalidate.
bunnei
2019-03-16
1
-0
/
+6
|
|
/
/
/
*
|
|
|
Merge pull request #2249 from lioncash/ipc
bunnei
2019-03-16
1
-0
/
+30
|
\
\
\
\
|
*
|
|
|
ipc_helpers: Allow pushing and popping floating-point values
Lioncash
2019-03-16
1
-0
/
+30
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #2245 from lioncash/unused-def
bunnei
2019-03-16
1
-6
/
+0
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
kernel/thread: Actually remove the definition of ExitCurrentThread()
Lioncash
2019-03-16
1
-6
/
+0
|
|
/
/
*
|
|
Merge pull request #2244 from bunnei/gpu-mem-refactor
bunnei
2019-03-16
20
-189
/
+196
|
\
\
\
|
*
|
|
video_core: Refactor to use MemoryManager interface for all memory access.
bunnei
2019-03-16
20
-189
/
+196
*
|
|
|
Merge pull request #2243 from bunnei/mem-simplify-cache
bunnei
2019-03-16
3
-68
/
+22
|
\
\
\
\
|
*
|
|
|
memory: Simplify rasterizer cache operations.
bunnei
2019-03-16
3
-68
/
+22
|
|
/
/
/
*
|
|
|
Merge pull request #2129 from FernandoS27/cntpct
bunnei
2019-03-16
6
-2
/
+69
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Corrections, documenting and fixes.
Fernando Sahmkow
2019-02-16
4
-13
/
+14
|
*
|
|
Use u128 on Clock Cycles calculation.
Fernando Sahmkow
2019-02-15
5
-27
/
+32
|
*
|
|
Implement 128 bits Unsigned Integer Multiplication and Division.
Fernando Sahmkow
2019-02-15
3
-0
/
+50
|
*
|
|
Correct CNTPCT to use Clock Cycles instead of Cpu Cycles.
Fernando Sahmkow
2019-02-15
3
-2
/
+13
*
|
|
|
Merge pull request #2242 from lioncash/thread-fn
bunnei
2019-03-16
4
-33
/
+31
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
kernel/thread: Move thread exiting logic from ExitCurrentThread to svcExitThread
Lioncash
2019-03-15
2
-8
/
+7
|
*
|
|
kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface
Lioncash
2019-03-15
4
-25
/
+24
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2237 from bunnei/cache-host-addr
bunnei
2019-03-16
26
-294
/
+394
|
\
\
\
|
*
|
|
gpu: Use host address for caching instead of guest address.
bunnei
2019-03-14
26
-294
/
+394
*
|
|
|
Merge pull request #2048 from FearlessTobi/port-3924
bunnei
2019-03-15
2
-203
/
+250
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
citra_qt: Settings (configuration) rework
zhupengfei
2019-03-07
2
-203
/
+250
*
|
|
|
Merge pull request #2233 from ReinUsesLisp/morton-cleanup
bunnei
2019-03-14
4
-187
/
+146
|
\
\
\
\
|
*
|
|
|
video_core/morton: Use enum to describe MortonCopyPixels128 mode
ReinUsesLisp
2019-03-13
3
-7
/
+10
|
*
|
|
|
video_core/morton: Remove unused parameter in MortonSwizzle
ReinUsesLisp
2019-03-13
3
-8
/
+7
|
*
|
|
|
video_core/morton: Remove clang-format off when it's not needed
ReinUsesLisp
2019-03-13
1
-133
/
+129
|
*
|
|
|
video_core/morton: Remove unused functions
ReinUsesLisp
2019-03-13
1
-39
/
+0
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #2229 from ReinUsesLisp/vk-sampler-cache
bunnei
2019-03-14
4
-24
/
+168
|
\
\
\
\
|
*
|
|
|
vk_sampler_cache: Use operator== instead of memcmp
Mat M
2019-03-12
1
-1
/
+1
|
*
|
|
|
vk_sampler_cache: Implement a sampler cache
ReinUsesLisp
2019-03-12
4
-1
/
+140
|
*
|
|
|
video_core/texture: Add a raw representation of TSCEntry
ReinUsesLisp
2019-03-12
1
-24
/
+29
*
|
|
|
|
Merge pull request #2230 from lioncash/global
bunnei
2019-03-14
2
-8
/
+9
|
\
\
\
\
\
[next]