mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 14:02:26 -07:00
Default init labels and use initializer list for macro engine
This commit is contained in:
@@ -85,7 +85,7 @@ private:
|
||||
std::optional<Macro::Opcode> next_opcode{};
|
||||
ProgramType program{nullptr};
|
||||
|
||||
std::array<Xbyak::Label, MAX_CODE_SIZE> labels;
|
||||
std::array<Xbyak::Label, MAX_CODE_SIZE> labels{};
|
||||
std::array<Xbyak::Label, MAX_CODE_SIZE> delay_skip{};
|
||||
Xbyak::Label end_of_code{};
|
||||
|
||||
|
Reference in New Issue
Block a user