Commit Graph

20896 Commits

Author SHA1 Message Date
Bigpet
d6b8123662 add left and right thumbstick button handling in SDL gamepad. 2016-11-20 18:50:06 +01:00
LunaMoo
9c08b60564 Merge pull request #9113 from LunaMoo/Oops
Oops
2016-11-05 06:32:14 +01:00
LunaMoo
f9df189cca This could be a problem on less forgiving drivers, sorry. 2016-11-05 06:08:49 +01:00
Henrik Rydgard
5df685fa07 Fix another couple of arch define things 2016-11-03 22:25:55 +01:00
Henrik Rydgard
ea5e9f8c35 Fix ARM64 Android build 2016-11-03 22:15:50 +01:00
Florent Castelli
da97119388 Merge pull request #9109 from joolswills/rpi_link_libs
Look in /opt/vc/lib for rpi opengl libs - #9104
2016-11-01 18:49:39 +01:00
Jools Wills
7e791d28a2 Look in /opt/vc/lib for rpi opengl libs - #9104 2016-11-01 17:33:52 +00:00
Henrik Rydgård
547b362449 Merge pull request #9091 from LunaMoo/cwc_comments
CWCheat: minor fixes for comments
2016-11-01 09:53:49 +01:00
Henrik Rydgård
9ec4c8bd31 Merge pull request #9108 from joolswills/rpi_fix
Fix building on rpi - #9104
2016-11-01 09:53:31 +01:00
Jools Wills
afe8e2bfb4 Fix building on rpi - #9104
Check for PPSSPP_ARCH(ARM_NEON) for neon code
Fix up rpi armv6/armv6 toolchain to work around issue with CMAKE_*_FLAGS not being set.
2016-11-01 02:45:30 +00:00
Henrik Rydgard
6e7e62f3d5 Fix compiler check in Arm64Emitter.cpp. Should help #9104 2016-10-31 22:34:15 +01:00
Florent Castelli
934aff4733 Merge pull request #9100 from Orphis/cmake_cleanup
cmake: Update FindSDL2 and use imported target
2016-10-29 20:12:42 +02:00
Florent Castelli
4966997826 Merge pull request #9101 from Orphis/cmake_output
cmake: Don't hide CMake's output
2016-10-29 20:12:34 +02:00
Florent Castelli
2b31e5b2d5 cmake: Don't hide CMake's output 2016-10-29 20:06:08 +02:00
Florent Castelli
24440591a8 cmake: Update FindSDL2 and use imported target 2016-10-29 19:56:30 +02:00
Henrik Rydgard
a1f25ceb7f Fix bug in input box handling. Should fix #9095. 2016-10-26 19:06:41 +02:00
Henrik Rydgard
cc37528ccb Properly update the ffmpeg submodule 2016-10-26 01:08:39 +02:00
Henrik Rydgård
e74b77e84c Merge pull request #9096 from orbea/ppsspp
Update submodules
2016-10-26 01:00:01 +02:00
orbea
7d2de6354f Update submodules 2016-10-25 13:58:49 -07:00
Henrik Rydgård
dba95bd3f1 Merge pull request #9092 from LunaMoo/effects
Make 4xHQ look good without tweaking.
2016-10-24 11:06:52 +02:00
LunaMoo
5765655214 Fix comments after code lines and avoid UI crash from empty comments 2016-10-24 04:37:49 +02:00
Florent Castelli
2152b4b500 Merge pull request #9088 from mattkanwisher/update-docs-ios
fix ios build docs
2016-10-24 01:36:01 +02:00
Matthew Campbell
5d17c5e38e fix ios build docs 2016-10-23 09:55:57 +07:00
Florent Castelli
4a977d87dd Merge pull request #9085 from Orphis/android
config: Android is a Linux too
2016-10-20 17:56:01 +02:00
Florent Castelli
332adc456d config: Android is a Linux too 2016-10-20 17:39:47 +02:00
Florent Castelli
7ddd68de17 Merge pull request #9082 from Orphis/cmake_cleanup
cmake: Detect features at compile time
2016-10-19 13:05:58 +02:00
Florent Castelli
8c3552de74 cmake: Detect features at compile time
Instead of relying on manually passed down flags from CMake,
we now have ppsspp_config.h file to create the platform defines for us.
This improves support for multiplatform builds (such as iOS).
2016-10-19 12:31:19 +02:00
LunaMoo
c7e2d1b7c7 Make 4xHQ look good without tweaking. 2016-10-18 10:38:23 +02:00
Florent Castelli
912a58d6c8 Merge pull request #9081 from Orphis/ios
ios: Fix duplicated -arch flags in ASM files
2016-10-18 00:45:19 +02:00
Florent Castelli
497ae685fa ios: Fix duplicated -arch flags in ASM files 2016-10-18 00:43:39 +02:00
Florent Castelli
42b46633d4 Merge pull request #9061 from Orphis/qt
Qt updates
2016-10-18 00:40:54 +02:00
Florent Castelli
6ab5243101 qmake: Remove!
25% of the build systems have been removed.
2016-10-17 23:45:22 +02:00
Florent Castelli
38ccdd2c3b travis: Build Linux/Qt with CMake 2016-10-17 23:45:22 +02:00
Florent Castelli
cb4d0732df qt: Remove qrc files 2016-10-17 23:45:21 +02:00
Florent Castelli
a9da49a653 qt: Remove translations as a workaround 2016-10-17 23:45:21 +02:00
Florent Castelli
f02e2b59b0 qt: Build Qt frontend with CMake. Requires Qt5. 2016-10-17 23:45:21 +02:00
Henrik Rydgård
789dc2fe49 Merge pull request #9079 from Orphis/appveyor
appveyor: Add initial configuration
2016-10-15 22:30:44 +02:00
Florent Castelli
7bb5f99ca0 appveyor: Add initial configuration 2016-10-15 21:33:05 +02:00
Unknown W. Brackets
423906cb63 Merge pull request #9077 from Orphis/macos
travis: Install ccache on macOS builds
2016-10-14 22:36:33 -07:00
Florent Castelli
d78d375080 travis: Install ccache on macOS builds 2016-10-15 05:54:01 +02:00
Florent Castelli
00fb931190 Merge pull request #9072 from Orphis/macos
travis: Enable macOS builds
2016-10-15 05:47:10 +02:00
Florent Castelli
16eb406e36 travis: Enable macOS builds 2016-10-15 05:01:08 +02:00
Florent Castelli
5e2fc0f41c Merge pull request #9071 from Orphis/ios
travis: Enable iOS armv7 builds
2016-10-15 01:44:58 +02:00
Henrik Rydgård
6d9074239e Merge pull request #9070 from hrydgard/assets-reorg
Assets reorg
2016-10-14 23:48:23 +02:00
Henrik Rydgård
6cee9429cc Qt lang buildfix 2016-10-14 23:18:34 +02:00
Florent Castelli
49d7cddb35 travis: Enable iOS armv7 builds 2016-10-14 23:15:16 +02:00
Henrik Rydgard
f7a983a632 Attempt linux buildfix 2016-10-14 22:46:01 +02:00
Henrik Rydgard
486963487b Move unix-icons out of assets 2016-10-14 22:38:33 +02:00
Henrik Rydgard
c87d4a66c1 Move lang into assets. 2016-10-14 22:33:45 +02:00
Florent Castelli
492bda6d04 Merge pull request #9063 from Orphis/ios
iOS and macOS toolchain fixes
2016-10-13 18:35:45 +02:00