mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 07:08:04 -05:00
Style fix
This commit is contained in:
@ -15,9 +15,9 @@ struct ACConfig {
|
||||
std::array<u8, 0x200> data;
|
||||
};
|
||||
|
||||
static ACConfig default_config = {};
|
||||
static ACConfig default_config{};
|
||||
|
||||
static bool ac_connected;
|
||||
static bool ac_connected = false;
|
||||
|
||||
static Kernel::SharedPtr<Kernel::Event> close_event;
|
||||
static Kernel::SharedPtr<Kernel::Event> connect_event;
|
||||
|
Reference in New Issue
Block a user