thug/Code/Gfx/NGPS/NX/pcrtc.h

13 lines
177 B
C
Raw Normal View History

2016-02-13 21:39:12 +00:00
#ifndef __PCRTC_H
#define __PCRTC_H
namespace NxPs2
{
void SetupPCRTC(int Enable, int FFMode, int HRes=0, int VRes=0);
} // namespace NxPs2
#endif // __PCRTC_H