citra/src/core/hle/service/cecd
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
..
cecd.cpp misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
cecd.h kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
cecd_ndm.cpp hle: Eliminate need to specify command headers for IPC. (#6678) 2023-07-14 17:32:59 -07:00
cecd_ndm.h Serialize CECD, CFG services 2020-02-13 17:41:25 +08:00
cecd_s.cpp cecd: Stub GetCecInfoEventHandleSys (#7278) 2023-12-22 19:52:27 -08:00
cecd_s.h Serialize CECD, CFG services 2020-02-13 17:41:25 +08:00
cecd_u.cpp hle: Eliminate need to specify command headers for IPC. (#6678) 2023-07-14 17:32:59 -07:00
cecd_u.h Serialize CECD, CFG services 2020-02-13 17:41:25 +08:00