mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-17 23:17:02 +02:00
inputs shouldnt be that critical to require a full mutex of them this relies on CPU guaranteeing u32/u16/u8 atomic load/stores for EmulatedController fields, which works on x86_64 but may not have the same behaviour on other architectures - thats why i wrap them in `std::atomic<>` Signed-off-by: lizzie <lizzie@eden-emu.dev> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3866 Reviewed-by: crueter <crueter@eden-emu.dev> |
||
|---|---|---|
| .. | ||
| frontend | ||
| hidbus | ||
| irsensor | ||
| resources | ||
| CMakeLists.txt | ||
| hid_core.cpp | ||
| hid_core.h | ||
| hid_result.h | ||
| hid_types.h | ||
| hid_util.h | ||
| resource_manager.cpp | ||
| resource_manager.h | ||