mirror of
https://github.com/PabloMK7/citra.git
synced 2025-12-08 08:18:47 +00:00
core: use nested namespaces
This commit is contained in:
parent
f409342ab5
commit
39e163b7ce
19 changed files with 40 additions and 80 deletions
|
|
@ -8,8 +8,7 @@
|
|||
#include <cstddef>
|
||||
#include "common/common_types.h"
|
||||
|
||||
namespace HW {
|
||||
namespace AES {
|
||||
namespace HW::AES {
|
||||
|
||||
enum KeySlotID : std::size_t {
|
||||
|
||||
|
|
@ -50,5 +49,4 @@ AESKey GetNormalKey(std::size_t slot_id);
|
|||
|
||||
void SelectCommonKeyIndex(u8 index);
|
||||
|
||||
} // namespace AES
|
||||
} // namespace HW
|
||||
} // namespace HW::AES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue