mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-11 05:03:40 -04:00
default_keys.h: Make default_keys_enc constexpr
This commit is contained in:
parent
10bdc2862c
commit
31e0a60174
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
#error Attempting to include default_keys.h, but ENABLE_BUILTIN_KEYBLOB is disabled.
|
||||
#endif
|
||||
|
||||
unsigned char default_keys_enc[] = {
|
||||
constexpr unsigned char default_keys_enc[] = {
|
||||
0x4E, 0x81, 0xE9, 0x54, 0xCC, 0xDE, 0xFD, 0x56, 0x7D, 0xD2, 0x72, 0xE6, 0xD9, 0xCD, 0x8E, 0x11,
|
||||
0xE1, 0x7F, 0x74, 0xF4, 0xFC, 0x54, 0xA6, 0xA4, 0x27, 0xC2, 0xD7, 0x50, 0xEA, 0xE7, 0xBE, 0xC9,
|
||||
0xA7, 0x5E, 0xE0, 0x2E, 0x4A, 0xBE, 0xF5, 0xD5, 0x0D, 0x22, 0x76, 0x2E, 0xB6, 0x80, 0xD8, 0x54,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue