Memory: move memory chunk into pImpl and make them dynamically allocated
Otherwise MSVC would give out-of-memory error on compile time
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
class EmuWindow;
|
||||
class RendererBase;
|
||||
|
||||
namespace Memory{
|
||||
namespace Memory {
|
||||
class MemorySystem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user