Commit Graph

314 Commits

Author SHA1 Message Date
kaienfr
b18252b2b5 Support audio playing (AT3, AT3+, Mp3, AAC) 2014-03-23 19:45:08 +01:00
Henrik Rydgård
cb705f5702 Fix CMake build 2014-03-22 15:18:01 +01:00
The Dax
285d192e83 Further fixes. 2014-03-15 10:17:03 -04:00
kaienfr
9638f387af Fix bug: building on MACOSX 2014-03-13 18:09:11 +01:00
Unknown W. Brackets
d2108a962e Switch from USING_GLES2 to MOBILE_DEVICE.
Still using USING_GLES2 for, well, GLES2.  But for things that are really
about mobile, we need a new define.  Devices are coming that don't use
GLES2.
2014-02-08 16:37:58 -08:00
sky-zer
789cb88797 Buildfix for iOS SDK < 7. Correct controller reconnection handling. 2014-01-27 18:32:19 +04:00
Unknown W. Brackets
27027595d8 Link backtrace on non-x86 via cmake. 2014-01-25 16:07:31 -08:00
raven02
161d8b29fb Implement sceMt19937() 2014-01-25 20:17:53 +08:00
sky-zer
55514ee58e iOS: MFi controllers support 2014-01-24 22:39:45 +04:00
Henrik Rydgard
4cd42d6741 Don't build unittest by default, it doesn't link on some platforms. 2014-01-11 12:18:57 +01:00
Henrik Rydgård
8ac6ba17d7 Make the unittest build using CMake 2014-01-09 12:09:07 +01:00
Henrik Rydgård
be74da8f3c More include cleanup, hopefully buildfix Symbian 2013-12-30 00:23:04 +01:00
Henrik Rydgård
ce378b231f Delete CPU.cpp/h , cleanup 2013-12-30 00:11:29 +01:00
Henrik Rydgård
79ff2f0ba8 Start untangling our include mess a little. 2013-12-29 23:34:45 +01:00
Henrik Rydgård
b0bfda6333 Merge pull request #4515 from bollu/improvedTilControls
Redid the tilt controls in a nicer way
2013-12-22 02:13:28 -08:00
Sacha
c839222e7b Blackberry buildfix. 2013-12-19 23:01:13 +10:00
Henrik Rydgård
6fe3c6cf37 Exclude rt on Mac SDL port 2013-12-19 11:10:46 +01:00
Henrik Rydgard
83534c0490 Linux build fixes. See #4880 2013-12-19 01:03:22 +01:00
Henrik Rydgard
2eab4aa1bf Play around with function replacement. Turned off by default of course. 2013-12-17 23:40:27 +01:00
Henrik Rydgard
2140892074 Initial preparations for ability to replace game functions with custom implementations.
Also auto-saves hashmap additions and reapplies the hashmap on function
rename so that if you rename a function that exists in several copies
they will all be labelled.

Note that actual function replacement is not activated yet.
2013-12-17 12:27:20 +01:00
Henrik Rydgård
1325946369 Add "PPSSPP" definition so we can make PCMain.cpp usable for other things
Yeah this is ugly (see the native change)
2013-12-16 11:08:39 +01:00
Unknown W. Brackets
dcee781ae8 Add CityHash back to Linux/iOS/etc.
This reverts commit ecfe43c149.
2013-12-14 15:46:11 -08:00
bollu
b0c7e824be Merge branch 'master' of https://github.com/hrydgard/ppsspp into improvedTilControls 2013-12-14 16:45:29 +05:30
Sacha
2387509896 Proper fix for libpng16 includes.
Improve Blackberry CMake toolchain.
2013-12-10 02:14:56 +10:00
Sacha
21ae157f66 Remove stb_image usage (no longer used for anything). 2013-12-08 02:37:06 +10:00
Sacha
6ea758db67 Use libpng to load PNGs. Fixes #4689. 2013-12-08 01:42:17 +10:00
Sacha
8dc8101010 Use libpng on Blackberry. 2013-12-07 19:41:37 +10:00
Sacha
92157008ff Improvements to CMake install. 2013-12-07 14:26:39 +10:00
Henrik Rydgård
ffc6fc0b80 Another attempt at reordering stuff in the CMakeLists.txt. So fragile. 2013-12-06 12:08:19 +01:00
Henrik Rydgård
5a73cb4e64 Reorder things in CMakeLists.txt, preventing the ZLIB include path from
somehow mystically screwing up FFMPEG on Mac.
2013-12-06 11:33:51 +01:00
Henrik Rydgård
78604f4e78 Mac buildfix (the zlib include path made it include the system glew) 2013-12-05 16:25:17 +01:00
Sacha
8eacddf549 Symbian buildfix. 2013-12-06 00:18:39 +10:00
Henrik Rydgård
d6c8c6cfa0 If the user opens a ZIP file, offer to install it (it will show up in Homebrew & Demos).
No progress bar yet, it just freezes during install.
2013-12-05 14:21:07 +01:00
Sacha
3ccbbcf63b Buildfixes from homebrew merge. 2013-12-05 22:41:23 +10:00
Henrik Rydgård
2fb2602387 Initial draft of the Homebrew Store. Lets you install a few homebrew. 2013-12-05 12:48:08 +01:00
Unknown W. Brackets
df73b8a2a6 Omit -Wno-psabi for clang. 2013-12-01 11:21:18 -08:00
Sacha
7821c8e7d5 Build scripts: Use strict error checking to propogate errors to underlying shell (hint: travis).
Stops builds from showing success when there was an error.
Had to workaround grep's issue of returning '1' when there is no matches. There is unfortunately no alternative.
Removed bin/bash header as it could restrict alternative shells.
Used set -e to break script whenever a non-zero return is encountered.
CMake was returning non-zero on CMAKE_TOOLCHAIN_FILE not being required. Now check for that in CMake instead of platform/abi. If the abi is missing and toolchain is not, that would have been the wrong advice anyway.
2013-12-01 22:02:09 +10:00
Sacha
90b5097d45 Travis: add Blackberry. Improve Blackberry out-of-box compile. 2013-11-29 00:18:41 +10:00
Henrik Rydgard
c499be9769 Merge branch 'adhoc-support' of https://github.com/Kyhel/ppsspp into Kyhel-adhoc-support
hrydgard here: I switched to our implementation of thread.h and removed the "Windows7SDK" things for now.

Conflicts:
	Core/Core.vcxproj.filters
2013-11-27 21:21:32 +01:00
Henrik Rydgård
227fed9e6a Buildfix cmake 2013-11-26 18:23:08 +01:00
Henrik Rydgard
c53b32d154 Show a dismissable notification if PPSSPP is behind the latest official release 2013-11-26 14:04:29 +01:00
Sacha
95881bdaac Blackberry: Add simulator support. 2013-11-26 12:18:34 +10:00
Yannis Damigos
f08f5abb6b Fix paths in CMakeLists.txt, after VertexDecoder file split 2013-11-24 18:25:10 +02:00
Henrik Rydgard
acb3994172 Split VertexDecoder into files for ARM and x86, got too large. 2013-11-24 15:58:15 +01:00
Peter Tissen
746a88c23d enable SDL Joystick support to Qt
Cmake file update add new SDL joystick files
2013-11-22 02:37:52 +01:00
Henrik Rydgard
ab3037112f Some scaffolding for a future VFPU-on-NEON implementation 2013-11-19 21:41:48 +01:00
Henrik Rydgård
a08d4818be Move PathBrowser to native 2013-11-18 14:05:56 +01:00
Henrik Rydgård
ab3fe9ba86 Extract the software transform code into its own file. 2013-11-13 14:56:34 +01:00
Sacha
08803c101e Remove MathUtil.{cpp,h} 2013-11-13 11:26:12 +10:00
Sacha
91ddddc2ef Remove unused Thread.{cpp,h} 2013-11-13 02:50:46 +10:00