rpcsx/rpcs3/Emu/Io/Null
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
..
NullKeyboardHandler.h Some cleanup 2019-12-31 22:27:27 +03:00
NullMouseHandler.h Some cleanup 2019-12-31 22:27:27 +03:00
NullPadHandler.h Input: avoid exception while no keyboard is registered 2019-10-18 09:20:51 +02:00