mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 16:49:04 +00:00
updates
- implemented frontend - namespaced Core - imported qdevicewatcher - fixed bug in logging (more like in misc)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user