mirror of
https://github.com/Lime3DS/Lime3DS
synced 2025-01-09 13:43:27 +00:00
![]() * do not move constant variables
* applet_manager: avoid possible use after move
* use constant references where pointed out by msvc
* extra_hid: initialize response
* ValidateSaveState: passing slot separately is not necessary
* common: mark HashCombine as nodiscard
* cityhash: remove use of using namespace std
* Prefix all size_t with std::
done automatically by executing regex replace `([^:0-9a-zA-Z_])size_t([^0-9a-zA-Z_])` -> `$1std::size_t$2`
based on
|
||
---|---|---|
.. | ||
framebuffer_base.h | ||
pixel_format.cpp | ||
pixel_format.h | ||
rasterizer_cache.cpp | ||
rasterizer_cache.h | ||
rasterizer_cache_base.h | ||
sampler_params.h | ||
slot_id.h | ||
surface_base.cpp | ||
surface_base.h | ||
surface_params.cpp | ||
surface_params.h | ||
texture_codec.h | ||
texture_cube.h | ||
utils.cpp | ||
utils.h |