Commit Graph

85 Commits

Author SHA1 Message Date
Anthony Pesch 2e1dec131a updated libretro Makefile to build from the deps/libretro directory 2017-11-21 21:03:50 -05:00
Anthony Pesch ce86c18abf initial ui work 2017-11-21 21:03:50 -05:00
Anthony Pesch 47b600e2da updated to custom imgui fork 2017-11-21 21:03:44 -05:00
Anthony Pesch dbc147eb78 updated to latest libchdr 2017-11-21 19:04:18 -05:00
Anthony Pesch 1ce904f5a9 initial sh4 scif support for interacting with dcload 2017-10-25 20:54:18 -04:00
Anthony Pesch 75aceb847f update libretro makefile 2017-10-21 15:52:29 -04:00
Anthony Pesch c764b262cc make sure HAVE_FASTMEM is enabled for libretro builds 2017-10-19 15:38:13 -07:00
Anthony Pesch 1e412dac1d simplified and optimized memory access code
hid all fastmem-related code behind HAVE_FASTMEM define
2017-10-18 18:40:28 -04:00
Anthony Pesch ec5f15abaa updated to latest imgui 2017-10-07 15:13:55 -04:00
Anthony Pesch d9a7ab54f4 update to latest imgui 2017-09-30 10:52:55 -04:00
Anthony Pesch a2003a8c53 updated imgui to latest navigation branch 2017-09-29 20:26:53 -04:00
Anthony Pesch 2e629ab64d removed microprofile 2017-09-10 21:03:07 -04:00
Anthony Pesch aaa58d7142 moved imgui and microprofile 2017-09-10 20:25:57 -04:00
Anthony Pesch 0846d1121f added tex.c to RA makefile 2017-09-08 09:32:36 -04:00
Anthony Pesch 56a6880ff9 updated to latest imgui 2017-09-02 12:22:56 -04:00
Anthony Pesch 8f4ec83118 updated to latest libchdr 2017-08-27 11:14:07 -04:00
Anthony Pesch b686efaef9 fixed libretro build
updated to latest libchdr
2017-08-10 17:08:26 -04:00
Anthony Pesch 9280b9ffa8 update to latest libchdr 2017-07-28 17:47:11 -04:00
Anthony Pesch 98997e6551 remove version from dep folders 2017-07-28 01:26:57 -04:00
Anthony Pesch 1cfecc637a added libchdr to build 2017-07-28 01:26:53 -04:00
Anthony Pesch 93cf95a1b8 add missing vixl source 2017-07-26 22:14:26 -04:00
Anthony Pesch bfbfd9fb82 Darwin fix for libretro build 2017-07-23 17:35:28 -04:00
Anthony Pesch 3a6feb0c94 updated libretro makefiles to build with latest 2017-07-22 17:34:01 -04:00
Anthony Pesch 59973100b1 original libretro build scripts 2017-07-22 17:32:25 -04:00
Anthony Pesch 239b2ddbda only ignore Makefile in root dir 2017-07-22 17:30:04 -04:00
Anthony Pesch 35bb07e3d8 add VIXL_CODE_BUFFER_STATIC to vixl 2017-06-24 19:50:35 -04:00
Anthony Pesch c36d27296e added vixl to build 2017-06-21 23:54:37 -04:00
Anthony Pesch 62eb6dea1e initial android support 2017-06-19 23:03:19 -04:00
Anthony Pesch 0db8ef1da6 remove glew source 2017-06-19 20:37:11 -04:00
Anthony Pesch c4ee274d88 replace glew with glad 2017-06-19 20:36:53 -04:00
Anthony Pesch 3c22816c23 MinGW build fixes 2017-06-15 17:29:35 -04:00
Anthony Pesch 55da995676 windows build fixes 2017-06-11 21:32:43 -07:00
Anthony Pesch e16994e356 remove nuklear source 2017-06-08 01:28:02 -04:00
Anthony Pesch d0a6283b7e added imgui source code 2017-06-07 23:03:01 -04:00
Anthony Pesch a2cedfdd6c remove libsoundio library 2017-05-25 22:22:21 -04:00
Anthony Pesch dcb80e199a removed glfw 2017-05-17 01:53:54 -04:00
Anthony Pesch 5277c51179 removed sdl 2.0.4 2017-05-17 01:53:24 -04:00
Anthony Pesch 74d2b6e9f1 added sdl 2.0.5 2017-05-17 01:51:00 -04:00
Anthony Pesch 280fc59e10 added libretro header 2017-04-23 22:36:05 -04:00
Anthony Pesch e2cb878f73 Convert Linux joystick code to using the evdev API
Add support for hats on Linux
2017-05-06 16:56:44 -04:00
Anthony Pesch cd5447f038 added glfw source 2017-04-23 22:35:40 -04:00
Anthony Pesch 4dbb061ea4 temporary disable /WX on Debug libsoundio builds 2017-02-15 20:22:24 -08:00
duodenim 41eea651ad Fix building on Visual Studio 2017 (#67)
* Use the actual instead of suggested audio latency in audio buffer calculation

* Allow compiling from VS2015+

This fixes the define in microprofile.h preventing building on versions of Visual Studio after VS2015
2017-01-23 21:44:21 -06:00
Anthony Pesch 32a8239132 windows build fixes 2017-01-01 22:06:16 -08:00
Anthony Pesch febbcc98eb build fix for latest nuklear 2017-01-01 12:42:46 -08:00
Anthony Pesch 0e49f52ce8 updated nuklear dependency to latest, added back TA_PARAM_VERTEX to tracer param list 2016-12-31 14:49:21 -08:00
Anthony Pesch 31b3d8cd53 use nk_list_view_* to avoid rendering so many list view items 2016-12-28 22:28:30 -08:00
Anthony Pesch 4ff03a0d2f remove gtest library 2016-12-17 00:19:54 -08:00
gamax92 2fb1f002be Backport wayland 1.10+ fix for SDL2
wayland: Add wl_proxy_marshal_constructor_versioned sym

wl_proxy_marshal_constructor_versioned was introduce in wayland-client 1.10.
2016-12-14 10:26:24 -07:00
Anthony Pesch 03cceedd8d added libsoundio based audio backend
initial mixing work
2016-10-17 21:17:04 -07:00