2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

Style fix

This commit is contained in:
mailwl 2016-11-02 09:38:30 +03:00
parent 5872abeab9
commit af7f5bef8d

View file

@ -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;