SNES: Renamed save.h to snapshot.h

This commit is contained in:
Alex Duchesne 2024-12-24 15:06:44 -05:00
parent 2a245ba5a5
commit b1ec74be44
3 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@
#include "src/gfx.h"
#include "src/cpuexec.h"
#include "src/srtc.h"
#include "src/save.h"
#include "src/snapshot.h"