mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Boot: Remove unused game ID string
This commit is contained in:
parent
0e961776e6
commit
921ab22cb7
1 changed files with 0 additions and 2 deletions
|
@ -278,8 +278,6 @@ bool CBoot::BootUp()
|
|||
PanicAlertT("Warning - starting ISO in wrong console mode!");
|
||||
}
|
||||
|
||||
std::string game_id = DVDInterface::GetVolume().GetGameID();
|
||||
|
||||
std::vector<u8> tmd_buffer = pVolume.GetTMD();
|
||||
if (!tmd_buffer.empty())
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue