mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
EXI: fix -Wunused-variable warning
This commit is contained in:
parent
7b2e93eea8
commit
fbd34f72ad
1 changed files with 0 additions and 2 deletions
|
@ -185,8 +185,6 @@ void CEXIMemoryCard::SetupGciFolder(const Memcard::HeaderData& header_data)
|
||||||
CurrentGameId = Common::swap32(reinterpret_cast<const u8*>(game_id.c_str()));
|
CurrentGameId = Common::swap32(reinterpret_cast<const u8*>(game_id.c_str()));
|
||||||
}
|
}
|
||||||
|
|
||||||
const bool shift_jis = header_data.m_encoding != 0;
|
|
||||||
|
|
||||||
const auto [strDirectoryName, migrate] = GetGCIFolderPath(card_index, AllowMovieFolder::Yes);
|
const auto [strDirectoryName, migrate] = GetGCIFolderPath(card_index, AllowMovieFolder::Yes);
|
||||||
|
|
||||||
const File::FileInfo file_info(strDirectoryName);
|
const File::FileInfo file_info(strDirectoryName);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue