citra/src
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
..
android misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
audio_core misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
citra misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
citra_qt misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
common misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
core misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
dedicated_room build: Expose ENABLE_SCRIPTING and ENABLE_WEB_SERVICE flags as public. (#6872) 2023-08-07 03:12:49 -07:00
input_common input_common: Set SDL hints to enable DualShock 4 / DualSense motion. (#7121) 2023-11-10 13:14:40 -08:00
network build: Enable link time optimization in release builds. (#6887) 2023-08-26 11:15:13 -07:00
tests kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
video_core misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
web_service build: Enable link time optimization in release builds. (#6887) 2023-08-26 11:15:13 -07:00
.clang-format clang format: add objective c++ formatting 2022-01-10 13:52:39 +01:00
CMakeLists.txt misc: Improve defaults for macOS and handling of missing audio backends. (#7273) 2023-12-22 11:38:06 -08:00