Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
beetle-saturn-libretro
Commits
88db1ef7
Commit
88db1ef7
authored
Aug 12, 2016
by
Libretro-Admin
Browse files
Add log for game ID
parent
6c074417
Changes
1
Hide whitespace changes
Inline
Side-by-side
libretro.cpp
View file @
88db1ef7
...
...
@@ -1518,6 +1518,7 @@ static MDFN_COLD bool LoadCD(std::vector<CDIF *>* CDInterfaces)
log_cb
(
RETRO_LOG_INFO
,
"Calculating game ID...
\n
"
);
CalcGameID
(
MDFNGameInfo
->
MD5
,
fd_id
,
sgid
);
log_cb
(
RETRO_LOG_INFO
,
"Game ID is now: %s
\n
"
,
sgid
);
if
(
MDFN_GetSettingB
(
"ss.region_autodetect"
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment