mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Windows: Make InputDevice destructor virtual.
This commit is contained in:
parent
abfeacef61
commit
bfd86e4999
@ -24,6 +24,9 @@
|
||||
|
||||
class InputDevice {
|
||||
public:
|
||||
virtual ~InputDevice() {
|
||||
}
|
||||
|
||||
enum { UPDATESTATE_SKIP_PAD = 0x1234};
|
||||
virtual int UpdateState() = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user