index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge pull request #2943 from DarkLordZach/azure-titlebars-v2
bunnei
2019-10-05
3
-0
/
+21
|
\
\
|
*
|
common: Add additional SCM revision fields
Zach Hilman
2019-10-05
3
-0
/
+21
|
|
/
*
|
Shader_Ir: Refactor Decompilation process and allow multiple decompilation mo...
Fernando Sahmkow
2019-10-04
1
-0
/
+2
*
|
shader_ir: Corrections to outward movements and misc stuffs
Fernando Sahmkow
2019-10-04
1
-0
/
+4
|
/
*
cmake: Add SCM detection for Azure
Zach Hilman
2019-09-22
1
-0
/
+3
*
log: Add logging class for Cheat Engine
Zach Hilman
2019-09-21
2
-0
/
+2
*
shader_ir: Implement VOTE
ReinUsesLisp
2019-08-21
1
-0
/
+1
*
Common/Alignment: Add noexcept where required.
Fernando Sahmkow
2019-07-19
1
-5
/
+5
*
Kernel: Address Feedback
Fernando Sahmkow
2019-07-19
1
-3
/
+2
*
Common: Correct alignment allocator to work on C++14 or higher.
Fernando Sahmkow
2019-07-19
1
-37
/
+19
*
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
2019-07-19
1
-0
/
+79
*
shader_ir: Implement a new shader scanner
Fernando Sahmkow
2019-07-09
1
-0
/
+2
*
texture_cache: Address Feedback
Fernando Sahmkow
2019-07-05
3
-10
/
+22
*
common/alignment: Address feedback
ReinUsesLisp
2019-06-24
1
-2
/
+3
*
shader: Decode SUST and implement backing image functionality
ReinUsesLisp
2019-06-20
1
-0
/
+1
*
texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepth
Fernando Sahmkow
2019-06-20
1
-0
/
+44
*
video_core: Use un-shifted block sizes to avoid integer divisions
ReinUsesLisp
2019-06-20
1
-0
/
+5
*
Reduce amount of size calculations.
Fernando Sahmkow
2019-06-20
1
-0
/
+11
*
common/hex_util: Reserve std::string memory ahead of time
Lioncash
2019-06-12
1
-0
/
+5
*
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
2019-06-12
2
-11
/
+7
*
cmake: Add missing shader hash file entries
ReinUsesLisp
2019-06-06
1
-0
/
+3
*
common/math_util: Provide a template deduction guide for Common::Rectangle
Lioncash
2019-05-31
1
-0
/
+3
*
Merge pull request #1931 from DarkLordZach/mii-database-1
bunnei
2019-05-30
3
-0
/
+83
|
\
|
*
mii: Implement Delete and Destroy file
Zach Hilman
2019-04-25
1
-5
/
+6
|
*
mii_manager: Cleanup and optimization
Zach Hilman
2019-04-25
2
-3
/
+5
|
*
common: Extract UUID to its own class
Zach Hilman
2019-04-25
3
-0
/
+80
*
|
common/file_util: Remove unnecessary return at end of void StripTailDirSlashes()
Lioncash
2019-05-23
1
-6
/
+8
*
|
common/file_util: Make GetCurrentDir() return a std::optional
Lioncash
2019-05-23
2
-3
/
+4
*
|
common/file_util: Remove duplicated documentation comments
Lioncash
2019-05-23
1
-25
/
+0
*
|
common/file_util: Make ReadFileToString and WriteStringToFile consistent
Lioncash
2019-05-23
2
-5
/
+5
*
|
common/file_util: Remove unnecessary c_str() calls
Lioncash
2019-05-23
1
-2
/
+2
*
|
common/file_util: Make IOFile's WriteString take a std::string_view
Lioncash
2019-05-23
1
-2
/
+2
*
|
common/zstd_compression: Remove #pragma once directive from source file
Lioncash
2019-05-04
1
-2
/
+0
|
/
*
common/{lz4_compression, zstd_compression}: Add missing header guards
Lioncash
2019-04-15
2
-0
/
+4
*
Merge pull request #2391 from lioncash/scope
bunnei
2019-04-12
1
-1
/
+1
|
\
|
*
common/scope_exit: Replace std::move with std::forward in ScopeExit()
Lioncash
2019-04-11
1
-1
/
+1
*
|
common/swap: Improve codegen of the default swap fallbacks
Lioncash
2019-04-12
1
-3
/
+7
*
|
common/swap: Mark byte swapping free functions with [[nodiscard]] and noexcept
Lioncash
2019-04-11
1
-11
/
+11
*
|
common/swap: Simplify swap function ifdefs
Lioncash
2019-04-11
1
-48
/
+15
*
|
common/swap: Remove 32-bit ARM path
Lioncash
2019-04-11
1
-13
/
+0
|
/
*
Merge pull request #2300 from FernandoS27/null-shader
bunnei
2019-04-07
1
-0
/
+18
|
\
|
*
Permit a Null Shader in case of a bad host_ptr.
Fernando Sahmkow
2019-04-07
1
-0
/
+18
*
|
Merge pull request #2098 from FreddyFunk/disk-cache-zstd
bunnei
2019-04-07
3
-1
/
+98
|
\
\
|
*
|
common/zstd_compression: simplify decompression interface
unknown
2019-03-29
2
-10
/
+9
|
*
|
common/zstd_compression: Add Zstandard wrapper
unknown
2019-03-29
3
-0
/
+98
|
*
|
common: Link libzstd_static
unknown
2019-03-29
1
-1
/
+1
*
|
|
common/multi_level_queue: Silence truncation warning in iterator operator++
Lioncash
2019-04-05
1
-1
/
+1
*
|
|
common/bit_util: Make CountLeading/CountTrailing functions have the same retu...
Lioncash
2019-04-05
1
-8
/
+8
*
|
|
common/lz4_compression: Remove #pragma once directive from the cpp file
Lioncash
2019-04-03
1
-2
/
+0
*
|
|
Merge pull request #2093 from FreddyFunk/disk-cache-better-compression
bunnei
2019-04-03
3
-0
/
+136
|
\
|
|
[prev]
[next]