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:
@@ -10,6 +10,8 @@
|
||||
#include "common/common_types.h"
|
||||
#include "common/swap.h"
|
||||
|
||||
namespace Core {
|
||||
|
||||
#pragma pack(push, 1)
|
||||
struct DataDescriptor {
|
||||
u64_le offset;
|
||||
@@ -127,3 +129,5 @@ private:
|
||||
std::vector<DataDescriptor> partition_descriptors;
|
||||
std::vector<DataDescriptor> partitions;
|
||||
};
|
||||
|
||||
} // namespace Core
|
||||
|
||||
Reference in New Issue
Block a user