rpcsx/rpcs3/Emu/Io
Eladash 9690854e58 Some cleanup
* Prefer default initializer over std::memset 0 when possible and more readable.
* Use std::format in trophy files name obtaining.
* Use vm::ptr<>::operator bool() instead of comparing vm::ptr to vm::null or using addr().
* Add a few std::memset calls in hle where it matters (or in some places just to document an actual firmware memcpy call).
2019-12-31 22:27:27 +03:00
..
Null Some cleanup 2019-12-31 22:27:27 +03:00
Keyboard.h cellKb: improve key conversion 2019-08-18 08:18:15 +02:00
KeyboardHandler.cpp C-style cast cleanup V 2019-12-03 17:23:00 +03:00
KeyboardHandler.h Use g_fxo for cellKb, cellMouse 2019-09-19 02:16:14 +03:00
MouseHandler.h C-style cast cleanup IV 2019-12-01 22:12:33 +03:00
PadHandler.cpp Move input to its own directory (#7126) 2019-12-22 17:39:42 +01:00
PadHandler.h Input: move some pad handler logic to the parent class 2019-09-24 21:09:24 +02:00
Skylander.cpp sys_usbd implementation 2019-09-17 01:17:48 +03:00
Skylander.h sys_usbd implementation 2019-09-17 01:17:48 +03:00
usb_device.cpp C-style cast cleanup V 2019-12-03 17:23:00 +03:00
usb_device.h C-style cast cleanup VII 2019-12-05 02:10:15 +03:00