Skip to content

Commit

Permalink
increase snapshot size (was not working with some configurations)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanvb committed Apr 23, 2022
1 parent 5a42580 commit d5c3357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/libretro-funcs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#define EP128EMU_SAMPLE_RATE 44100
#define EP128EMU_SAMPLE_RATE_FLOAT 44100.0
//#define EP128EMU_USE_XRGB8888 1
#define EP128EMU_SNAPSHOT_SIZE 213823
#define EP128EMU_SNAPSHOT_SIZE 262144

#define EP128EMU_LIBRETRO_SCREEN_WIDTH 768
#define EP128EMU_LIBRETRO_SCREEN_HEIGHT 576
Expand Down

0 comments on commit d5c3357

Please sign in to comment.