refactor(main): move remaining entry related code (#2127)

This commit is contained in:
ReenigneArcher 2024-02-11 14:15:45 -05:00 committed by GitHub
commit 8689469ea8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 560 additions and 439 deletions

View file

@ -6,14 +6,15 @@
#include <windows.h>
#include <cmath>
#include <thread>
#include <ViGEm/Client.h>
#include "keylayout.h"
#include "misc.h"
#include "src/config.h"
#include "src/globals.h"
#include "src/logging.h"
#include "src/main.h"
#include "src/platform/common.h"
#ifdef __MINGW32__