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
*
yuzu/main: Use static variant of QFile's exists()
Lioncash
2019-04-03
1
-1
/
+1
*
common/lz4_compression: Remove #pragma once directive from the cpp file
Lioncash
2019-04-03
1
-2
/
+0
*
Merge pull request #2328 from lioncash/transfer
bunnei
2019-04-03
3
-17
/
+37
|
\
|
*
service/am: Correct behavior of CreateTransferMemoryStorage()
Lioncash
2019-04-03
1
-6
/
+6
|
*
kernel/transfer_memory: Add accessors to data and sizes
Lioncash
2019-04-03
2
-11
/
+31
*
|
Merge pull request #2095 from FreddyFunk/open-transferable-shader-cache
bunnei
2019-04-03
4
-0
/
+44
|
\
\
|
*
|
Use QString instead of std::string where applicable
unknown
2019-02-08
1
-17
/
+11
|
*
|
Use constexpr char array instead of string where applicable
Mat M
2019-02-08
1
-1
/
+1
|
*
|
frontend: Open transferable shader cache for a selected game in the gamelist
unknown
2019-02-08
4
-0
/
+50
*
|
|
Merge pull request #2093 from FreddyFunk/disk-cache-better-compression
bunnei
2019-04-03
7
-50
/
+153
|
\
\
\
|
*
|
|
gl_shader_disk_cache: Use LZ4HC with compression level 9 instead of compressi...
unknown
2019-03-29
1
-3
/
+3
|
*
|
|
Addressed feedback
unknown
2019-03-29
7
-91
/
+145
|
*
|
|
core: Do not link LZ4 to core. Use common/data_compression for nso segment de...
unknown
2019-03-29
2
-11
/
+8
|
*
|
|
gl_shader_disk_cache: Use better compression for transferable and precompiled...
unknown
2019-03-29
3
-10
/
+26
|
*
|
|
data_compression: Move LZ4 compression from video_core/gl_shader_disk_cache t...
unknown
2019-03-29
5
-39
/
+75
*
|
|
|
Merge pull request #2299 from lioncash/maxwell
bunnei
2019-04-03
4
-17
/
+15
|
\
\
\
\
|
*
|
|
|
gl_shader_manager: Remove unnecessary gl_shader_manager inclusion
Lioncash
2019-03-28
1
-2
/
+0
|
*
|
|
|
gl_shader_manager: Move using statement into the cpp file
Lioncash
2019-03-28
2
-4
/
+4
|
*
|
|
|
gl_shader_manager: Remove reliance on global accessor within MaxwellUniformDa...
Lioncash
2019-03-28
3
-9
/
+9
|
*
|
|
|
gl_shader_manager: Amend Doxygen string for MaxwellUniformData
Lioncash
2019-03-27
1
-3
/
+3
*
|
|
|
|
Merge pull request #2324 from lioncash/enum-unused
bunnei
2019-04-03
2
-2
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
kernel/object: Remove unused handle type entry
Lioncash
2019-04-03
2
-2
/
+0
*
|
|
|
|
|
Merge pull request #2294 from lioncash/fatal
bunnei
2019-04-03
2
-36
/
+63
|
\
\
\
\
\
\
|
*
|
|
|
|
|
service/am: Implement EnterFatalSection and LeaveFatalSection
Lioncash
2019-03-26
2
-2
/
+29
|
*
|
|
|
|
|
service/am: Sort ISelfController's member functions according to table order
Lioncash
2019-03-26
2
-36
/
+36
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #2323 from lioncash/include
bunnei
2019-04-03
2
-4
/
+6
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
yuzu/debugger/profiler: Remove unnecessary includes
Lioncash
2019-04-03
2
-4
/
+6
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #2302 from ReinUsesLisp/vk-swapchain
bunnei
2019-04-03
3
-1
/
+305
|
\
\
\
\
\
|
*
|
|
|
|
vk_swapchain: Implement a swapchain manager
ReinUsesLisp
2019-03-29
3
-1
/
+305
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #2305 from lioncash/shared
bunnei
2019-04-03
3
-5
/
+18
|
\
\
\
\
\
|
*
|
|
|
|
kernel/shared_memory: Remove unused core/memory.h include
Lioncash
2019-03-29
1
-1
/
+0
|
*
|
|
|
|
kernel/shared_memory: Sanitize supplied size when unmapping
Lioncash
2019-03-29
3
-4
/
+18
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #2314 from lioncash/const
bunnei
2019-04-03
11
-18
/
+18
|
\
\
\
\
\
|
*
|
|
|
|
kernel/thread: Make AllWaitObjectsReady() a const qualified member function
Lioncash
2019-04-01
2
-2
/
+2
|
*
|
|
|
|
kernel/wait_object: Make ShouldWait() take thread members by pointer-to-const
Lioncash
2019-04-01
11
-11
/
+11
|
*
|
|
|
|
kernel/thread: Avoid sign conversion within GetCommandBufferAddress()
Lioncash
2019-04-01
1
-2
/
+2
|
*
|
|
|
|
kernel/thread: Make parameter of GetWaitObjectIndex() const qualified
Lioncash
2019-04-01
2
-3
/
+3
*
|
|
|
|
|
yuzu/applets/software_keyboard: Use QDialogButtonBox standard buttons instead...
Lioncash
2019-04-03
1
-7
/
+7
*
|
|
|
|
|
yuzu/applets/profile_select: Use QDialogButtonBox standard buttons instead of...
Lioncash
2019-04-03
1
-4
/
+1
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #2270 from lioncash/plist
bunnei
2019-04-02
7
-2
/
+123
|
\
\
\
\
\
|
*
|
|
|
|
kernel/svc: Implement svcGetThreadList
Lioncash
2019-04-02
4
-1
/
+70
|
*
|
|
|
|
kernel/svc: Implement svcGetProcessList
Lioncash
2019-04-02
4
-1
/
+53
*
|
|
|
|
|
Merge pull request #2313 from lioncash/reslimit
bunnei
2019-04-02
3
-14
/
+6
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
kernel/resource_limit: Remove the name member from resource limits
Lioncash
2019-04-01
3
-14
/
+6
|
|
/
/
/
/
*
|
|
|
|
process: Fix up compilation
ReinUsesLisp
2019-04-02
1
-1
/
+1
*
|
|
|
|
Merge pull request #2281 from lioncash/memory
bunnei
2019-04-01
5
-7
/
+8
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
kernel/codeset: Make CodeSet's memory data member a regular std::vector
Lioncash
2019-03-22
5
-7
/
+8
*
|
|
|
|
Merge pull request #2301 from FearlessTobi/remove-amiibo-setting
bunnei
2019-04-01
7
-28
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
core/yuzu: Remove enable_nfc setting
fearlessTobi
2019-03-29
7
-28
/
+1
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-04-01
23
-75
/
+77
[next]