mirror of https://github.com/mgba-emu/mgba.git
Libretro: Rename a variable to avoid #define namespace collision with Windows headers
This commit is contained in:
parent
dd17c6f8b0
commit
343924908a
|
@ -39,8 +39,8 @@ unsigned retro_api_version(void) {
|
|||
return RETRO_API_VERSION;
|
||||
}
|
||||
|
||||
void retro_set_environment(retro_environment_t environ) {
|
||||
environCallback = environ;
|
||||
void retro_set_environment(retro_environment_t env) {
|
||||
environCallback = env;
|
||||
}
|
||||
|
||||
void retro_set_video_refresh(retro_video_refresh_t video) {
|
||||
|
|
Loading…
Reference in New Issue