Saturn: initial support. (#612)

This commit is contained in:
Sergey Dvodnenko
2022-05-22 15:09:13 +03:00
committed by GitHub
parent e1a58541c0
commit 2bc233b851
9 changed files with 1326 additions and 2 deletions

View File

@@ -272,6 +272,7 @@ char is_c64();
char is_st();
char is_psx();
char is_arcade();
char is_saturn();
#define HomeDir(x) user_io_get_core_path(x)
#define CoreName user_io_get_core_name()