Skip to content

Commit

Permalink
Add another log
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Jun 10, 2024
1 parent 448ee38 commit 30e85f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libretro/libretro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ PUBLIC_SYMBOL void retro_get_system_av_info(struct retro_system_av_info *info) {
retro_assert(info != nullptr);

*info = MelonDsDs::Core.GetSystemAvInfo();

retro::debug("retro_get_system_av_info finished");
}

PUBLIC_SYMBOL [[gnu::hot]] void retro_run(void) {
Expand Down

0 comments on commit 30e85f0

Please sign in to comment.