mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-27 16:25:36 +01:00
8 lines
79 B
C++
8 lines
79 B
C++
|
#include "Common.h"
|
||
|
|
||
|
#include "BPMemory.h"
|
||
|
|
||
|
//BP state
|
||
|
BPMemory bpmem;
|
||
|
|