mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Windows: Make InputDevice destructor virtual.
This commit is contained in:
parent
abfeacef61
commit
bfd86e4999
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
|||
|
||||
class InputDevice {
|
||||
public:
|
||||
virtual ~InputDevice() {
|
||||
}
|
||||
|
||||
enum { UPDATESTATE_SKIP_PAD = 0x1234};
|
||||
virtual int UpdateState() = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue