citra/src/core/hle/service/ir
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
..
extra_hid.cpp misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
extra_hid.h core: De-globalize movie (#6659) 2023-08-01 02:57:38 +02:00
ir.cpp Kernel: pass Kernel ref in Event 2018-10-18 21:41:36 -04:00
ir.h service/ir: Remove erroneous forward declaration 2020-05-01 08:54:27 -04:00
ir_rst.cpp ir: Set ir:rst max sessions to 2. (#7317) 2024-01-05 14:21:30 -08:00
ir_rst.h Port yuzu-emu/yuzu#4437: "core_timing: Make use of uintptr_t to represent user_data" (#5499) 2022-11-06 02:24:45 +01:00
ir_u.cpp hle: Eliminate need to specify command headers for IPC. (#6678) 2023-07-14 17:32:59 -07:00
ir_u.h Fixed serialization runtime exceptions 2020-02-13 17:42:08 +08:00
ir_user.cpp kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
ir_user.h code: Use std::span where appropriate (#6658) 2023-07-07 01:52:40 +03:00