mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-01 18:39:29 +02:00
(MSVC) Should fix MSVC and hopefully not cause regressions
This commit is contained in:
Submodule platform/libpicofe updated: f8cd6a082b...795b71c571
@@ -1513,7 +1513,7 @@ void retro_run(void)
|
||||
ps2->padding = padding;
|
||||
|
||||
#else
|
||||
buff = vout_buf + vout_offset;
|
||||
buff = (char*)vout_buf + vout_offset;
|
||||
#endif
|
||||
|
||||
video_cb((short *)buff,
|
||||
|
||||
Reference in New Issue
Block a user