citra/src/core/hle
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
..
applets core: Eliminate more uses of Core::System::GetInstance(). (#7313) 2024-01-05 12:07:28 -08:00
kernel misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
service misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
ipc.h kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
ipc_helpers.h kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
mii.cpp Move MiiData to its own namespace and add ChecksummedMiiData (#6824) 2023-07-31 20:38:47 -07:00
mii.h frd: Stub several functions (#7010) 2023-09-29 20:27:15 -07:00
result.h kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
romfs.cpp RomFSFile: Default constructor 2018-07-26 13:10:56 +02:00
romfs.h RomFSFile: Default constructor 2018-07-26 13:10:56 +02:00