summaryrefslogtreecommitdiff
path: root/emulators/ppsspp/files/patch-no-egl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* emulators/ppsspp: Update to 1.19Kevin Reinholz2025-06-061-0/+27
| | | | | | | | | | * Fix build with system miniupnpc * Properly use ${LOCALBASE} instead of hardcoding /usr/local for multimedia/ffmpeg3 build dependency * Misc cleanup (missing USES= flag for desktop-file-utils, correct typo in rapidjson external module commit tag) Changelog: https://www.ppsspp.org/news/release-1.19/
* emulators/ppsspp: Update to 1.18.1Kevin Reinholz2024-12-041-18/+0
| | | | | | | | | | | | * Use to multimedia/ffmpeg3 for compatibility and stability * Submitter becomes maintainer Changelog: https://www.ppsspp.org/news/release-1.18/ Reset PORTREVISION for slave ports, emulators/libretro-ppsspp and emulators/ppsspp-qt5 PR: 282792
* emulators/ppsspp: update to 1.13Jan Beich2022-07-261-3/+3
| | | | | | Changes: https://ppsspp.org/#news Changes: https://github.com/hrydgard/ppsspp/compare/v1.12.3...v1.13 Reported by: GitHub (watch releases)
* emulators/ppsspp: update to 1.8.0Jan Beich2019-03-141-5/+5
| | | | | | | | Changes: http://ppsspp.org/#news Changes: https://github.com/hrydgard/ppsspp/compare/v1.7.5...v1.8.0 Notes: svn path=/head/; revision=495700
* emulators/ppsspp: unbreak on armv6/armv7Jan Beich2018-05-291-0/+18
SDL/SDLGLGraphicsContext.cpp:88:2: error: use of undeclared identifier 'EGL_Init' EGL_Init(); ^ SDL/SDLGLGraphicsContext.cpp:122:18: error: use of undeclared identifier 'g_eglDisplay' eglSwapBuffers(g_eglDisplay, g_eglSurface); ^ SDL/SDLGLGraphicsContext.cpp:122:32: error: use of undeclared identifier 'g_eglSurface' eglSwapBuffers(g_eglDisplay, g_eglSurface); ^ SDL/SDLGLGraphicsContext.cpp:139:2: error: use of undeclared identifier 'EGL_Close' EGL_Close(); ^ Notes: svn path=/head/; revision=471073