libretro-mirrors / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us in #ppsspp on freenode (IRC) or just send pull requests / issues. For discussion use the forums on ppsspp.org.
https://www.ppsspp.org
Other
12 stars 3 forks source link

libretro: Fix linux builds. #37

Closed orbea closed 6 years ago

orbea commented 6 years ago

Not a proper solution, but this gets it building for linux again and works for the short term.

The proper solution would be to implement vulkan correctly for linux, windows and android. As I have no vulkan capable devices I can not even test this...