mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DSPSpy: Fix build failures
- Remove dangling #endif include guard from #pragma once conversion - Enable C++0x support for nullptr support
This commit is contained in:
@ -32,5 +32,3 @@ public:
|
||||
// the implementation does nothing but calling the virtual methods above.
|
||||
void SendTask(void *addr, u16 iram_addr, u16 len, u16 start);
|
||||
};
|
||||
|
||||
#endif // _DSP_INTERFACE_H
|
||||
|
Reference in New Issue
Block a user