mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00: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:
parent
89b7f1057f
commit
bde072e0a9
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue