Fix for native low res in Linux

This commit is contained in:
alphanu1 2018-05-01 20:56:30 +01:00 committed by GitHub
parent cf1d9274d2
commit 97630d7fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,8 @@ RETRO_BEGIN_DECLS
void crt_switch_res_core(unsigned width, unsigned height, float hz);
void crt_aspect_ratio_switch(unsigned width, unsigned height);
void crt_video_restore(void);
RETRO_END_DECLS