Skip to content

Commit 263f604

Browse files
committed
Fix game name
1 parent 147f49f commit 263f604

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/REFramework.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ class REFramework {
129129
return "dd2";
130130
#elif defined(MHWILDS)
131131
return "mhwilds";
132+
#elif defined(PRAGMATA)
133+
return "pragmata";
132134
#else
133135
return "unknown";
134136
#endif

0 commit comments

Comments
 (0)