re3-wiiu/src/control/Record.cpp

7 lines
163 B
C++
Raw Normal View History

2019-05-30 00:47:33 +02:00
#include "common.h"
#include "Record.h"
2019-06-17 00:16:38 +02:00
uint16 &CRecordDataForGame::RecordingState = *(uint16*)0x95CC24;
2019-05-30 00:47:33 +02:00
2019-06-17 00:16:38 +02:00
uint8 &CRecordDataForChase::Status = *(uint8*)0x95CDCE;