mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-08 21:17:51 +00:00
Huge compile performance refactor
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#include "nod/DiscGCN.hpp"
|
||||
#include "nod/nod.hpp"
|
||||
#include <inttypes.h>
|
||||
#include <cinttypes>
|
||||
#define BUFFER_SZ 0x8000
|
||||
|
||||
namespace nod
|
||||
{
|
||||
|
||||
class PartitionGCN : public DiscBase::IPartition
|
||||
class PartitionGCN : public IPartition
|
||||
{
|
||||
public:
|
||||
PartitionGCN(const DiscGCN& parent, uint64_t offset, bool& err)
|
||||
|
||||
Reference in New Issue
Block a user