mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-05 18:28:11 -04:00
e7e0e8e581
* m_Do_controller_pad and m_Do_Reset OK for demo, m_Do_machine 100% with weak func order * Add machine.pch, m_Do_machine OK for demo * m_Do_gba_com and m_Do_MemCardRWmng OK for demo * m_Do_graphic work * m_Do_graphic JPN/PAL version diffs
11 lines
177 B
C
11 lines
177 B
C
#ifndef MACHINE_H
|
|
#define MACHINE_H
|
|
|
|
#if defined(__MWERKS__) && !defined(DECOMPCTX)
|
|
#include "m_Do/machine.mch"
|
|
#else
|
|
#include "m_Do/machine.pch"
|
|
#endif
|
|
|
|
#endif /* MACHINE_H */
|