mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 23:11:14 +01:00
EXI: fix -Wunused-variable warning
This commit is contained in:
parent
7b2e93eea8
commit
fbd34f72ad
@ -185,8 +185,6 @@ void CEXIMemoryCard::SetupGciFolder(const Memcard::HeaderData& header_data)
|
||||
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 File::FileInfo file_info(strDirectoryName);
|
||||
|
Loading…
x
Reference in New Issue
Block a user