mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01:00
Fixing some compiler warnings
This commit is contained in:
parent
077eacd419
commit
b065ac6995
@ -17,7 +17,7 @@ class MemorySystem;
|
||||
} // namespace Memory
|
||||
|
||||
namespace Core {
|
||||
struct System;
|
||||
class System;
|
||||
}
|
||||
|
||||
class DynarmicUserCallbacks;
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "core/arm/skyeye_common/armstate.h"
|
||||
|
||||
namespace Core {
|
||||
struct System;
|
||||
class System;
|
||||
}
|
||||
|
||||
namespace Memory {
|
||||
|
Loading…
Reference in New Issue
Block a user