mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-10-30 08:03:03 +00:00
removing unintentional debug messages
This commit is contained in:
parent
258f4f9dc8
commit
0e274aa656
1 changed files with 0 additions and 3 deletions
|
|
@ -74,9 +74,6 @@ RECOMP_DECLARE_EVENT(recomp_on_autosave(PlayState* play));
|
|||
RECOMP_DECLARE_EVENT(recomp_after_autosave(PlayState* play));
|
||||
|
||||
RECOMP_EXPORT void recomp_do_autosave(PlayState* play) {
|
||||
// Tell console we are autosaving for debugging
|
||||
recomp_printf("Triggering auto save at %d \n", gSaveContext.save.time);
|
||||
//recomp_printf("Loaded entrance: %d in scene: %d\n", autosave_entrance, scene_id);
|
||||
|
||||
// @recomp_event recomp_on_autosave(PlayState* play): Autosave triggered.
|
||||
recomp_on_autosave(play);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue