[frontend] Generate web token at runtime (#3462)

Rather than having that hardcoded one like before. Also adds
infrastructure which should make it easier to setup defaults at runtime
(e.g. GPU stuff?)

Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3462
Reviewed-by: DraVee <dravee@eden-emu.dev>
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
This commit is contained in:
crueter 2026-02-04 04:16:39 +01:00
parent b8456394f1
commit d59fcf01bf
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
11 changed files with 69 additions and 19 deletions

View file

@ -3,6 +3,7 @@
// Qt on macOS doesn't define VMA shit
#include <boost/algorithm/string/split.hpp>
#include "frontend_common/settings_generator.h"
#include "qt_common/qt_string_lookup.h"
#if defined(QT_STATICPLUGIN) && !defined(__APPLE__)
#undef VMA_IMPLEMENTATION
@ -432,6 +433,7 @@ MainWindow::MainWindow(bool has_broken_vulkan)
Common::Log::Start();
LoadTranslation();
FrontendCommon::GenerateSettings();
setAcceptDrops(true);
ui->setupUi(this);