mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-29 07:48:33 +00:00
Working Game IDs for Elf/Dol files
This commit is contained in:
parent
ebf3b5faf4
commit
83c127784b
5 changed files with 32 additions and 6 deletions
|
@ -157,6 +157,7 @@ GameFile::GameFile(std::string path) : m_file_path(std::move(path))
|
|||
{
|
||||
m_valid = true;
|
||||
m_file_size = m_volume_size = File::GetSize(m_file_path);
|
||||
m_game_id = SConfig::MakeGameID(m_file_name);
|
||||
m_volume_size_is_accurate = true;
|
||||
m_is_datel_disc = false;
|
||||
m_is_nkit = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue