mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-23 14:40:04 +00:00
Add another log
This commit is contained in:
parent
448ee3864a
commit
30e85f0f4b
@ -105,6 +105,8 @@ PUBLIC_SYMBOL void retro_get_system_av_info(struct retro_system_av_info *info) {
|
|||||||
retro_assert(info != nullptr);
|
retro_assert(info != nullptr);
|
||||||
|
|
||||||
*info = MelonDsDs::Core.GetSystemAvInfo();
|
*info = MelonDsDs::Core.GetSystemAvInfo();
|
||||||
|
|
||||||
|
retro::debug("retro_get_system_av_info finished");
|
||||||
}
|
}
|
||||||
|
|
||||||
PUBLIC_SYMBOL [[gnu::hot]] void retro_run(void) {
|
PUBLIC_SYMBOL [[gnu::hot]] void retro_run(void) {
|
||||||
|
Loading…
Reference in New Issue
Block a user