- implemented frontend
- namespaced Core
- imported qdevicewatcher
- fixed bug in logging (more like in misc)
This commit is contained in:
zhupengfei
2019-08-28 19:16:05 +08:00
parent fd5106759a
commit 7df0b63a1e
22 changed files with 351 additions and 166 deletions
+2 -2
View File
@@ -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