mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 12:40:07 +00:00
(RGUI) change screenshot directory
This commit is contained in:
parent
8adfd6e948
commit
fcbcf03f65
@ -491,7 +491,7 @@ static void rgui_settings_toggle_setting(rgui_file_type_t setting, rgui_action_t
|
||||
|
||||
// Negative pitch is needed as screenshot takes bottom-up,
|
||||
// but we use top-down.
|
||||
bool r = screenshot_dump(default_paths.savestate_dir,
|
||||
bool r = screenshot_dump(default_paths.port_dir,
|
||||
data + (height - 1) * (pitch >> 1),
|
||||
width, height, -pitch, false);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user