Emu: Fix include filenames
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "processingunit.h"
|
||||
#include "processing-unit.h"
|
||||
|
||||
class APU : public ProcessingUnit {
|
||||
public:
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "processingunit.h"
|
||||
#include "processing-unit.h"
|
||||
|
||||
class CPU final : public ProcessingUnit {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user