mirror of https://github.com/snes9xgit/snes9x.git
Fix header paths in apu/bapu/snes/snes.hpp
This commit is contained in:
parent
ef41a96c57
commit
f699d21d12
|
@ -27,8 +27,8 @@ struct Processor
|
|||
int32 clock;
|
||||
};
|
||||
|
||||
#include "smp/smp.hpp"
|
||||
#include "dsp/sdsp.hpp"
|
||||
#include "../smp/smp.hpp"
|
||||
#include "../dsp/sdsp.hpp"
|
||||
|
||||
class CPU
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue