mirror of
https://github.com/thug1src/thug.git
synced 2025-01-22 05:43:47 +00:00
13 lines
177 B
C
13 lines
177 B
C
|
#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
|
||
|
|