i18n but better

This commit is contained in:
wheremyfoodat 2024-12-04 02:13:05 +02:00
parent 7b7f09f0a0
commit 8217316dbf
3 changed files with 31 additions and 25 deletions

View file

@ -126,6 +126,7 @@ class MainWindow : public QMainWindow {
void setupControllerSensors(SDL_GameController* controller);
void sendMessage(const EmulatorMessage& message);
void dispatchMessage(const EmulatorMessage& message);
void loadTranslation();
// Tracks whether we are using an OpenGL-backed renderer or a Vulkan-backed renderer
bool usingGL = false;