Florent Castelli
6852c602b9
glew: Move to ext
2016-12-18 21:13:45 +01:00
Julian
c92ec20811
Fixed Inconsistent texture filtering in Disgaea 2 #4235
2016-12-16 22:53:55 +02:00
Henrik Rydgård
4a7809881b
Merge pull request #9139 from hrydgard/defensive-programming
...
Attempts to counter crashes seen in the Google Play developer console
2016-12-07 11:25:43 +01:00
latot
7047ad2271
fix sscanf types
2016-12-02 22:46:52 -03:00
Henrik Rydgard
5d5f10d956
Attempts to counter crashes seen in the Google Play developer console
2016-12-01 22:07:03 +01:00
Henrik Rydgard
dee686b9d4
Add a setting to make the audio buffer sizes bluetooth-friendly on Android.
...
Replaces #8846
2016-12-01 21:36:44 +01:00
Henrik Rydgard
e1e335885c
A better alternative to #8564
2016-12-01 18:23:58 +01:00
Henrik Rydgård
923d82c391
Merge pull request #8975 from tywald/master
...
Ad hoc: Band-aid fix for clear peer list. Should fix #7331
2016-11-28 18:37:50 +01:00
Ade Novan
55de66b5ef
Phantasy Star Portable 2 port offset fix
2016-11-22 19:57:11 +08:00
Henrik Rydgard
5df685fa07
Fix another couple of arch define things
2016-11-03 22:25:55 +01: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
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
Florent Castelli
f02e2b59b0
qt: Build Qt frontend with CMake. Requires Qt5.
2016-10-17 23:45:21 +02:00
Ade Novan
ff0e3c28b4
ptp connect fix solved #8983 for android with high latency
2016-10-13 01:21:24 +08:00
Florent Castelli
94d57f4573
maemo: Remove!
2016-10-12 13:13:09 +02:00
Henrik Rydgård
705627d6d3
Merge pull request #9053 from Orphis/android_define
...
android: Change preprocessor define to standard __ANDROID__
2016-10-12 13:12:14 +02:00
Florent Castelli
e0ff68b3f6
c++11: Remove compat header base/functional.h
...
We want a proper C++11, not tr1. We don't target those compilers anyway.
2016-10-12 11:32:45 +02:00
Florent Castelli
70593d1004
android: Change preprocessor define to standard __ANDROID__
...
ANDROID is only standard to the old Makefile buildsystem, not the platform.
2016-10-12 11:14:09 +02:00
Florent Castelli
4145b60a0e
symbian: Remove!
2016-10-11 18:49:08 +02:00
Florent Castelli
373db56a16
blackberry: Remove!
2016-10-11 17:40:32 +02:00
Henrik Rydgard
f6ebedba78
Fix some build errors.
2016-10-10 22:01:20 -07:00
Henrik Rydgard
d3305b88b9
Partially implement KUBridge, trying to help #8925 . However, it doesn't even call the function.... Odd.
2016-10-09 12:40:40 +02:00
Unknown W. Brackets
1c3e048070
Vulkan: Consistently init the graphicsContext.
...
This was only happening properly on Windows before.
2016-10-01 11:22:53 -07:00
Henrik Rydgård
8b5693b4d7
Merge pull request #9014 from unknownbrackets/mpeg-minor
...
Fix some mpeg issues
2016-09-29 11:17:28 +02:00
Henrik Rydgård
dfda67e815
Merge pull request #9016 from unknownbrackets/screenshot
...
Use the display vfb for reporting/save state/TAS screenshots
2016-09-29 11:16:59 +02:00
Unknown W. Brackets
4d0c457ddc
Cleanup display vs. output screenshot terminology.
2016-09-25 16:35:43 -07:00
Unknown W. Brackets
fa0e88f1b7
Add a flag to use the display vfb for screenshots.
...
This fixes proportions of reporting, savestate screenshots, and TAS
recording for PS1 ports, mainly.
2016-09-25 16:32:18 -07:00
Henrik Rydgård
ff66fe7f89
Merge pull request #9011 from unknownbrackets/savestates
...
Use unordered lookups for better speed
2016-09-25 16:08:51 +02:00
Henrik Rydgård
1aa399c3f5
Merge pull request #9012 from unknownbrackets/legacy
...
Remove Symbian from Travis
2016-09-25 16:08:41 +02:00
Unknown W. Brackets
f70f05668f
Mpeg: Return errors when no audio is available.
...
Before, we were only returning an error once, in an effort to log only
once. This meant sometimes games would not realize they needed to add
packets.
Un-reverted from e866d83
. No longer breaks Patapon with other mpeg fixes.
2016-09-24 17:54:40 -07:00
Unknown W. Brackets
209500ac0e
Read only the mpeg header when reading packets.
...
When trying to convince FFmpeg to read only the header, this was allowed
to get longer. But we only really need the actual header here, and that
can prevent FFmpeg mis-parsing later packets.
2016-09-24 17:45:51 -07:00
Unknown W. Brackets
c9f5cc6bad
Fix a type comparison warning.
2016-09-24 14:38:11 -07:00
Unknown W. Brackets
3fe1a08cf5
Use unordered lookups for better speed.
...
These reduce the time spent on save states.
2016-09-24 14:23:17 -07:00
Unknown W. Brackets
5faa65d9a9
Compress rewind snapshots off thread.
...
This can take a chunk of time, and doesn't need to finish until next frame
anyway, so we have plenty of time to do it.
2016-09-24 10:37:30 -07:00
Henrik Rydgard
3ee2b27cdd
Update ext/armips
2016-09-18 23:11:41 +02:00
Henrik Rydgard
853ea02201
Minor cleanups in elfreader
2016-09-18 23:11:41 +02:00
Henrik Rydgård
bcadd60eac
Merge pull request #8990 from unknownbrackets/reporting
...
Module: Don't report broken stubs from old states
2016-09-18 18:27:25 +02:00
Unknown W. Brackets
e02440b68a
Module: Don't report broken stubs from old states.
2016-09-18 09:01:27 -07:00
tywald
b3bb846759
band-aid fix for ad-hoc clear peer list
2016-09-13 17:07:45 +02:00
Unknown W. Brackets
e661c96044
Use safest alpha status in texture replace.
2016-09-11 11:05:14 -07:00
Unknown W. Brackets
29f5763d32
Fix some warnings.
...
The enum type was not hurting anyone, since the values were the same.
2016-09-10 20:32:37 -07:00
Henrik Rydgård
cc8f66b631
Merge pull request #8965 from hrydgard/exynos-cache-fix
...
Port over the Exynos cacheline size fix from Dolphin.
2016-09-10 17:19:25 +02:00
Henrik Rydgard
1c47778b4e
Get rid of outdated special case for gfx logs. Make some DEBUG things VERBOSE.
2016-09-10 17:16:53 +02:00
Henrik Rydgard
a465104e28
Minor code cleanup in StereoResampler (remove inner class)
2016-09-10 12:17:19 +02:00
Henrik Rydgard
03279e1212
Port over the Exynos cacheline size fix from Dolphin. Thanks to lewurm of the mono project for the discovery and original fix.
...
See https://github.com/dolphin-emu/dolphin/pull/4204 and https://github.com/mono/mono/pull/3549
2016-09-10 09:25:06 +02:00
Unknown W. Brackets
79f1b1926d
Merge pull request #8959 from RisingFog/frame_dump_cleanups
...
Remove deprecated ffmpeg code from AVIDump
2016-09-06 09:47:30 -07:00
sum
d774f80bc2
oop
2016-09-06 19:51:59 +08:00
sum
94c8d6d8e4
remove space
2016-09-06 19:30:23 +08:00
sum
5d6c9701f2
Fix scePowerSetClockFrequency timing by JPCSPTrace
...
Fix #4523
2016-09-06 19:28:23 +08:00
Chris Burgener
037328f509
Remove deprecated ffmpeg code
2016-09-05 23:02:36 -04:00