BPMemory.cpp 224 B

1234567891011
  1. // Copyright 2009 Dolphin Emulator Project
  2. // Licensed under GPLv2+
  3. // Refer to the license.txt file included.
  4. #include "Common/CommonTypes.h"
  5. #include "VideoCommon/BPMemory.h"
  6. // BP state
  7. // STATE_TO_SAVE
  8. BPMemory bpmem;