Different platform name.

This commit is contained in:
William McBrine
2017-12-17 14:22:37 -05:00
parent 6076a8ba81
commit faa4f4dc0f

View File

@@ -18,5 +18,5 @@ void PDC_napms(int ms)
const char *PDC_sysname(void)
{
return "SDL";
return "SDL2";
}