Implement fast AES detection logic for Windows and macOS

This commit is contained in:
Cameron Gutman
2024-01-15 13:40:13 -06:00
parent 75ddac54c5
commit ce8b24dfa7
3 changed files with 42 additions and 3 deletions

View File

@@ -33,4 +33,7 @@ public:
static
int getDisplayRefreshRate(SDL_Window* window);
static
bool hasFastAes();
};