kernel: Check PSF for neo mode support. (#2028)

This commit is contained in:
squidbus
2025-01-03 15:29:09 -08:00
committed by GitHub
parent 8e8671323a
commit 7153bc8d8f
7 changed files with 105 additions and 59 deletions

View File

@@ -100,7 +100,7 @@ void setTrophyKey(std::string key) {
trophyKey = key;
}
bool isNeoMode() {
bool isNeoModeConsole() {
return isNeo;
}