mirror of
https://github.com/libretro/Play-.git
synced 2024-12-01 04:30:55 +00:00
Cleanup.
This commit is contained in:
parent
511967403d
commit
67ba70461a
@ -1,5 +1,4 @@
|
||||
#ifndef _REGISTERSTATEFILE_H_
|
||||
#define _REGISTERSTATEFILE_H_
|
||||
#pragma once
|
||||
|
||||
#include "zip/ZipFile.h"
|
||||
#include "uint128.h"
|
||||
@ -21,7 +20,7 @@ public:
|
||||
uint128 GetRegister128(const char*) const;
|
||||
|
||||
void Read(Framework::CStream&);
|
||||
virtual void Write(Framework::CStream&);
|
||||
virtual void Write(Framework::CStream&) override;
|
||||
|
||||
private:
|
||||
typedef std::pair<uint8, uint128> Register;
|
||||
@ -29,5 +28,3 @@ private:
|
||||
|
||||
RegisterList m_registers;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user