- 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
@@ -11,7 +11,7 @@
#include "core/key/arithmetic128.h"
#include "core/key/key.h"
namespace Key {
namespace Core::Key {
namespace {
@@ -216,4 +216,4 @@ void SelectCommonKeyIndex(u8 index) {
key_slots[KeySlotID::TicketCommonKey].SetKeyY(common_key_y_slots.at(index));
}
} // namespace Key
} // namespace Core::Key