Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10392 from JosJuice/remove-ascii-to-uppercase
DiscIO: Delete an unused function declaration
  • Loading branch information
AdmiralCurtiss committed Jan 24, 2022
2 parents 481c859 + ff5b323 commit 900a0b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Core/DiscIO/DirectoryBlob.cpp
Expand Up @@ -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,
Expand Down

0 comments on commit 900a0b0

Please sign in to comment.