mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-30 02:19:00 +02:00
Remove a few hacks for clock setups, which seem to no longer be needed, but fix network clock to local clock on every boot. Also fix some logging strings.
This commit is contained in:
parent
2e65616761
commit
9ed82a280e
9 changed files with 66 additions and 84 deletions
|
|
@ -25,7 +25,7 @@
|
|||
namespace Service::Set {
|
||||
|
||||
namespace {
|
||||
constexpr u32 SETTINGS_VERSION{2u};
|
||||
constexpr u32 SETTINGS_VERSION{3u};
|
||||
constexpr auto SETTINGS_MAGIC = Common::MakeMagic('y', 'u', 'z', 'u', '_', 's', 'e', 't');
|
||||
struct SettingsHeader {
|
||||
u64 magic;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue