index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
ips_layer.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ips_layer: Remove uncaught usage of stoul/ll
lat9nq
2023-09-13
1
-2
/
+2
*
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
arades79
2023-02-14
1
-4
/
+4
*
add static lifetime to constexpr values to force compile time evaluation where possible
arades79
2023-02-14
1
-4
/
+4
*
core/file_sys: fix alignment of BuildId
Liam
2022-08-21
1
-1
/
+1
*
core/file_sys: fix BuildId padding
Liam
2022-08-19
1
-3
/
+1
*
ips_layer: Delimit parsed hex value string
Morph
2022-08-12
1
-1
/
+2
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
Revert "core: Fix clang build"
bunnei
2020-10-21
1
-27
/
+14
*
core: Fix clang build
Lioncash
2020-10-18
1
-14
/
+27
*
core/CMakeLists: Make some warnings errors
Lioncash
2020-10-13
1
-1
/
+1
*
ips_layer: Eliminate a redundant copy in Parse()
Lioncash
2020-09-22
1
-2
/
+4
*
Merge pull request #2581 from lioncash/hex
Zach Hilman
2019-06-15
1
-1
/
+1
|
\
|
*
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
2019-06-12
1
-1
/
+1
*
|
file_sys/ips_layer: Remove unnecessary reserve() call
Lioncash
2019-06-13
1
-1
/
+0
|
/
*
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-30
1
-2
/
+2
*
ips_layer: Use rle_size instead of data_size in RLE patch application
Zach Hilman
2018-10-25
1
-1
/
+1
*
Merge pull request #1461 from lioncash/warn
bunnei
2018-10-10
1
-3
/
+3
|
\
|
*
ips_layer: Silence truncation and conversion warnings
Lioncash
2018-10-09
1
-3
/
+3
*
|
ips_layer: Avoid constructing std::vector instances where not necessary
Lioncash
2018-10-09
1
-6
/
+25
*
|
ips_layer: Remove unnecessary explicit std::pair constructor in std::array
Lioncash
2018-10-09
1
-5
/
+13
*
|
ips_layer: Add missing includes
Lioncash
2018-10-09
1
-1
/
+12
*
|
ips_layer: std::move data within PatchIPS() and Apply()
Lioncash
2018-10-09
1
-2
/
+5
|
/
*
ips_layer: Fix inaccuracies with comments and flags
Zach Hilman
2018-10-04
1
-15
/
+49
*
ips_layer: Deduplicate resource usage
Zach Hilman
2018-10-04
1
-23
/
+25
*
ips_layer: Add support for escape sequences and midline comments
Zach Hilman
2018-10-04
1
-7
/
+38
*
ips_layer: Add IPSwitchCompiler to process IPSwitch format
Zach Hilman
2018-10-04
1
-0
/
+142
*
file_sys: Implement function to apply IPS patches
Zach Hilman
2018-10-01
1
-0
/
+88