0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-09-22 08:31:32 +00:00
termux-packages/x11-packages/pcsx-rearmed/libpicofe_plat.h.patch
Matheus Garcia e958d4b89e
Revise package: pcsx-rearmed (#20930)
* pcsx-rearmed: fix crashing

* pcsx-rearmed: refactor
2024-07-29 14:04:00 +08:00

16 lines
564 B
Diff

--- a/frontend/libpicofe/plat.h 2023-01-14 16:15:27.861589338 -0300
+++ b/frontend/libpicofe/plat.h 2023-01-15 03:29:10.852522982 -0300
@@ -101,11 +101,8 @@
void plat_video_flip(void);
void plat_video_wait_vsync(void);
-/* return the dir/ where configs, saves, bios, etc. are found */
-int plat_get_root_dir(char *dst, int len);
-
/* return the dir/ where skin files are found */
-int plat_get_skin_dir(char *dst, int len);
+size_t plat_get_skin_dir(char *dst);
/* return the top level dir for image files */
int plat_get_data_dir(char *dst, int len);