mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-31 00:32:53 +00:00
DiscIO: Delete an unused function declaration
This commit is contained in:
parent
481c8596de
commit
ff5b323a56
@ -41,8 +41,6 @@ static size_t ReadFileToVector(const std::string& path, std::vector<u8>* vector)
|
|||||||
static void PadToAddress(u64 start_address, u64* address, u64* length, u8** buffer);
|
static void PadToAddress(u64 start_address, u64* address, u64* length, u8** buffer);
|
||||||
static void Write32(u32 data, u32 offset, std::vector<u8>* buffer);
|
static void Write32(u32 data, u32 offset, std::vector<u8>* buffer);
|
||||||
|
|
||||||
static std::string ASCIIToUppercase(std::string str);
|
|
||||||
|
|
||||||
enum class PartitionType : u32
|
enum class PartitionType : u32
|
||||||
{
|
{
|
||||||
Game = 0,
|
Game = 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user