Vita3K/vita3k/packages
Dicot0721 0b5ee986c9 packages: Fix method to get range in std::vector.
- Use `vector.data()+pos` instead of `&vector[pos]` because here `pos` may be equal to `vector.size()` and `operator[]` checks bounds at debug build. -> #3508
2025-02-15 12:39:45 +03:00
..
include/packages Tick Tick Tick, thats the sound of 2024 flying by (#3503) 2025-01-19 18:51:43 -03:00
src packages: Fix method to get range in std::vector. 2025-02-15 12:39:45 +03:00
CMakeLists.txt packages: Implement decrypt fself in a fly. 2025-01-02 18:55:43 +03:00