index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
ips_layer.cpp
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
2023-12-28
ips_layer: prevent out of bounds access with offset exceeding module size
Liam
2023-09-13
ips_layer: Remove uncaught usage of stoul/ll
lat9nq
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change cons...
arades79
2023-02-14
add static lifetime to constexpr values to force compile time evaluation wher...
arades79
2022-08-21
core/file_sys: fix alignment of BuildId
Liam
2022-08-19
core/file_sys: fix BuildId padding
Liam
2022-08-12
ips_layer: Delimit parsed hex value string
Morph
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-10-13
core/CMakeLists: Make some warnings errors
Lioncash
2020-09-22
ips_layer: Eliminate a redundant copy in Parse()
Lioncash
2019-06-15
Merge pull request #2581 from lioncash/hex
Zach Hilman
2019-06-12
file_sys/ips_layer: Remove unnecessary reserve() call
Lioncash
2019-06-12
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-25
ips_layer: Use rle_size instead of data_size in RLE patch application
Zach Hilman
2018-10-09
Merge pull request #1461 from lioncash/warn
bunnei
2018-10-09
ips_layer: Avoid constructing std::vector instances where not necessary
Lioncash
2018-10-09
ips_layer: Remove unnecessary explicit std::pair constructor in std::array
Lioncash
2018-10-09
ips_layer: Add missing includes
Lioncash
2018-10-09
ips_layer: std::move data within PatchIPS() and Apply()
Lioncash
2018-10-09
ips_layer: Silence truncation and conversion warnings
Lioncash
2018-10-04
ips_layer: Fix inaccuracies with comments and flags
Zach Hilman
2018-10-04
ips_layer: Deduplicate resource usage
Zach Hilman
2018-10-04
ips_layer: Add support for escape sequences and midline comments
Zach Hilman
2018-10-04
ips_layer: Add IPSwitchCompiler to process IPSwitch format
Zach Hilman
2018-10-01
file_sys: Implement function to apply IPS patches
Zach Hilman