Load scaler coefficients from file if available.

This commit is contained in:
sorgelig
2018-10-19 18:46:02 +08:00
parent ecf1970640
commit 1c80cb1fce
3 changed files with 48 additions and 48 deletions

View File

@@ -271,8 +271,6 @@ int changeDir(char *dir)
return 1;
}
#define HomeDir (is_minimig() ? "Amiga" : is_archie() ? "Archie" : user_io_get_core_name())
// this function displays file selection menu
static void SelectFile(const char* pFileExt, unsigned char Options, unsigned char MenuSelect, unsigned char MenuCancel)
{