rpcsx/rpcs3/Emu/Io
Peter Tissen 21da317453 Logging system rework
* use one central unified log with channels/priorities ad-hoc listener registration and de-registration
* disable buffering by default
* add multi-threaded ringbuffer implementation
* use buffered listener for the gui (using the ringbuffer)
2014-06-26 17:34:28 +02:00
..
Null initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
Windows Fixed 'Assign_changes' usage for cellpad / padhandler 2014-05-05 21:58:49 -05:00
XInput Logging system rework 2014-06-26 17:34:28 +02:00
Keyboard.cpp Logging system rework 2014-06-26 17:34:28 +02:00
Keyboard.h Move the mouse/keyboard/pad handlers over to using unique_ptr as the underlying base. 2014-04-06 23:46:59 -04:00
KeyboardHandler.h Move the mouse/keyboard/pad handlers over to using unique_ptr as the underlying base. 2014-04-06 23:46:59 -04:00
Mouse.cpp Logging system rework 2014-06-26 17:34:28 +02:00
Mouse.h Move the mouse/keyboard/pad handlers over to using unique_ptr as the underlying base. 2014-04-06 23:46:59 -04:00
MouseHandler.h Move Keyboard/Mouse/Pad handlers over to using vector. 2014-04-06 23:46:59 -04:00
Pad.cpp Logging system rework 2014-06-26 17:34:28 +02:00
Pad.h Move the mouse/keyboard/pad handlers over to using unique_ptr as the underlying base. 2014-04-06 23:46:59 -04:00
PadHandler.h Basic XInput support 2014-05-24 21:05:00 +02:00