mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-05 00:38:49 +00:00
updates
- implemented frontend - namespaced Core - imported qdevicewatcher - fixed bug in logging (more like in misc)
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@
|
||||
#include <string>
|
||||
#include "common/common_types.h"
|
||||
|
||||
namespace Key {
|
||||
namespace Core::Key {
|
||||
|
||||
enum KeySlotID : std::size_t {
|
||||
|
||||
@@ -69,4 +69,4 @@ AESKey GetNormalKey(std::size_t slot_id);
|
||||
|
||||
void SelectCommonKeyIndex(u8 index);
|
||||
|
||||
} // namespace Key
|
||||
} // namespace Core::Key
|
||||
|
||||
Reference in New Issue
Block a user