Lime3DS/src/video_core/pica
Vitor K c8c2beaeff
misc: fix issues pointed out by msvc (#7316)
* 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 7d8f115

* shared_memory.cpp: fix log error format

* fix compiling with pch off
2024-01-07 12:37:42 -08:00
..
geometry_pipeline.cpp video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
geometry_pipeline.h video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
output_vertex.cpp video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
output_vertex.h misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
packed_attribute.h video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
pica_core.cpp misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
pica_core.h misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
primitive_assembly.cpp video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
primitive_assembly.h video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
regs_external.h misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
regs_framebuffer.h video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
regs_internal.cpp video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
regs_internal.h video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
regs_lcd.h video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
regs_lighting.h video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
regs_pipeline.h video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
regs_rasterizer.h misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
regs_shader.h video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
regs_texturing.h video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
shader_setup.cpp misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
shader_setup.h misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
shader_unit.cpp misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
shader_unit.h misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
vertex_loader.cpp video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
vertex_loader.h video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00