Fix build ID and update checker (#148)

Signed-off-by: swurl <swurl@swurl.xyz>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/148
Co-authored-by: swurl <swurl@swurl.xyz>
Co-committed-by: swurl <swurl@swurl.xyz>
This commit is contained in:
swurl 2025-06-05 18:58:54 +00:00 committed by crueter
parent d2364ae1f7
commit 7e13da47af
5 changed files with 45 additions and 47 deletions

View file

@ -16,5 +16,6 @@ extern const char g_build_id[];
extern const char g_title_bar_format_idle[];
extern const char g_title_bar_format_running[];
extern const char g_shader_cache_version[];
extern const bool g_is_dev_build;
} // namespace Common