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-pce-libretro
Commits
71bc3bd5
Commit
71bc3bd5
authored
Mar 24, 2021
by
Libretro-Admin
Browse files
Put this behind DEBUG ifdef
parent
9d506253
Pipeline
#18747
passed with stages
in 27 minutes and 58 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
libretro.cpp
View file @
71bc3bd5
...
...
@@ -658,6 +658,7 @@ static bool MDFNI_LoadCD(const char *devicename)
return
false
;
}
#ifdef DEBUG
/* Print out a track list for all discs. */
MDFN_indent
(
1
);
for
(
unsigned
i
=
0
;
i
<
CDInterfaces
.
size
();
i
++
)
...
...
@@ -681,6 +682,7 @@ static bool MDFNI_LoadCD(const char *devicename)
MDFN_indent
(
-
1
);
MDFN_printf
(
"Using module: pce.
\n
"
);
#endif
if
(
!
(
PCE_LoadCD
(
&
CDInterfaces
)))
{
...
...
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