mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
avoid the extern keyword in .cpp files
This commit is contained in:
parent
6d3f249dcc
commit
81ed17be53
42 changed files with 28 additions and 104 deletions
|
@ -916,7 +916,7 @@ u32 EncodeVm(ARMReg Vm)
|
|||
}
|
||||
|
||||
// Double/single, Neon
|
||||
extern const VFPEnc VFPOps[16][2] = {
|
||||
const VFPEnc VFPOps[16][2] = {
|
||||
{{0xE0, 0xA0}, { -1, -1}}, // 0: VMLA
|
||||
{{0xE1, 0xA4}, { -1, -1}}, // 1: VNMLA
|
||||
{{0xE0, 0xA4}, { -1, -1}}, // 2: VMLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue