mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 20:58:09 +00: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
a8d9ed845e
commit
61b05f43ae
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