Skip to content

Commit

Permalink
+ [GSPlayeR] GSPlayer RTHack
Browse files Browse the repository at this point in the history
  • Loading branch information
roytam1 committed Apr 9, 2008
1 parent aeee006 commit d74f84b
Show file tree
Hide file tree
Showing 264 changed files with 140,879 additions and 0 deletions.
14 changes: 14 additions & 0 deletions GSPlayeR/GSPlayer2/CheckSys.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#ifndef __CHECKSYS_H__
#define __CHECKSYS_H__

__inline void CheckSystem()
{
#if defined(_WIN32_WCE) && 0
LANGID lid = GetSystemDefaultLangID();
if (PRIMARYLANGID(lid) == LANG_JAPANESE)
exit(0);

#endif
}

#endif // __CHECKSYS_H__
Loading

0 comments on commit d74f84b

Please sign in to comment.