mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
Rewritten the following global utility constants: `umax` returns max number, restricted to unsigned. `smax` returns max signed number, restricted to integrals. `smin` returns min signed number, restricted to signed. `amin` returns smin or zero, less restricted. `amax` returns smax or umax, less restricted. Fix operators == and <=> for synthesized rel-ops. |
||
|---|---|---|
| .. | ||
| basic_keyboard_handler.cpp | ||
| basic_keyboard_handler.h | ||
| basic_mouse_handler.cpp | ||
| basic_mouse_handler.h | ||
| ds3_pad_handler.cpp | ||
| ds3_pad_handler.h | ||
| ds4_pad_handler.cpp | ||
| ds4_pad_handler.h | ||
| dualsense_pad_handler.cpp | ||
| dualsense_pad_handler.h | ||
| evdev_joystick_handler.cpp | ||
| evdev_joystick_handler.h | ||
| hid_pad_handler.cpp | ||
| hid_pad_handler.h | ||
| keyboard_pad_handler.cpp | ||
| keyboard_pad_handler.h | ||
| mm_joystick_handler.cpp | ||
| mm_joystick_handler.h | ||
| pad_thread.cpp | ||
| pad_thread.h | ||
| product_info.h | ||
| xinput_pad_handler.cpp | ||
| xinput_pad_handler.h | ||