Merge pull request #10392 from JosJuice/remove-ascii-to-uppercase

DiscIO: Delete an unused function declaration
This commit is contained in:
Admiral H. Curtiss 2022-01-24 03:39:25 +01:00 committed by GitHub
commit 900a0b0eee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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 Write32(u32 data, u32 offset, std::vector<u8>* buffer);
static std::string ASCIIToUppercase(std::string str);
enum class PartitionType : u32
{
Game = 0,