Unknown W. Brackets
3499ef341a
Support \ paths within filenames.
2013-10-19 17:06:29 -07:00
Henrik Rydgard
9c59990edc
More tweaks to control layout editing
2013-10-20 01:17:19 +02:00
Henrik Rydgard
74ab8376a7
Fix button layout (square got swapped with circle by the layout editor code)
2013-10-20 01:10:13 +02:00
Henrik Rydgard
f15e21c5f8
Remove the Enable Atrac3+ checkbox
2013-10-20 01:07:18 +02:00
Henrik Rydgard
dea4668ae8
Editable touch controls: Added Reset button and fixed build in VS 2010
2013-10-20 00:39:42 +02:00
Siddharth
38442c090e
allow loading and unloading of onScreen control coordinates. Also, use sane (bottom left origin)coordinate system for all onScreen elements
...
can now reposition on screen controls
removed unnessecary files
fixed indenting issues
renamed RepositionOnScreenControlScree to TouchControlLayoutScreen
2013-10-20 00:39:38 +02:00
Henrik Rydgård
4426f84067
Merge pull request #4238 from skardach/master
...
Fix i386 crash at Qt startup
2013-10-19 15:19:18 -07:00
Henrik Rydgård
b4c3681610
Merge pull request #4247 from unknownbrackets/audio-minor
...
Clear the audio buffer on game reset
2013-10-19 15:18:37 -07:00
Unknown W. Brackets
9131371df9
Fix Qt, update native.
2013-10-19 15:15:19 -07:00
Unknown W. Brackets
edf3faf251
Clear the audio buffer on game reset.
...
Avoids blips.
2013-10-19 15:11:06 -07:00
Henrik Rydgård
27260c08a5
Merge pull request #4240 from Kingcom/Debugger
...
More intelligent disassembly scrolling
2013-10-19 15:04:36 -07:00
Henrik Rydgård
f7fe475a3f
Merge pull request #4246 from unknownbrackets/warnings
...
Warning fixes
2013-10-19 15:02:02 -07:00
Unknown W. Brackets
b243df424e
Fix a bad constant and unused var.
2013-10-19 14:57:45 -07:00
Unknown W. Brackets
3a36d5a0fa
Qt: remove switch to show log (not supported.)
2013-10-19 14:57:45 -07:00
Unknown W. Brackets
7c23863102
Qt: Enable graphics logging by default (like Win.)
2013-10-19 14:57:45 -07:00
Unknown W. Brackets
3e18027b8d
Fix some type comparison warnings.
2013-10-19 14:57:45 -07:00
Unknown W. Brackets
f68f1e2482
Avoid an unused variable.
2013-10-19 14:57:45 -07:00
Unknown W. Brackets
e99cc01976
Fix some switch/case warnings.
2013-10-19 14:57:45 -07:00
Unknown W. Brackets
edb4472927
Fix some formatting warnings.
2013-10-19 14:57:45 -07:00
Unknown W. Brackets
e95f55a5fe
Fix some enum type warnings.
2013-10-19 14:57:45 -07:00
Unknown W. Brackets
1283a93492
Avoid some minor warnings.
2013-10-19 14:57:45 -07:00
Unknown W. Brackets
9a9aa5b194
Fix initialization order warnings.
2013-10-19 14:57:45 -07:00
Sacha
2b11a6c92a
Qt5 Linux no longer runs both UIs.
2013-10-19 23:18:37 +02:00
Sacha
8c1d4e8ad7
Some Qt compatibility improves for Windows.
...
(Reapplied since I lost it in a bad push :/)
Conflicts:
Qt/Core.pro
Qt/PPSSPP.pro
2013-10-19 23:18:10 +02:00
Henrik Rydgard
47eece5a21
Merge branch 'master' of github.com:hrydgard/ppsspp
2013-10-19 23:16:05 +02:00
Henrik Rydgard
8dcb0e270f
Update submodules
2013-10-19 23:15:36 +02:00
Sacha
b0fa1a6835
Complete Qt5 support on Windows. http://i.imgur.com/uSIrRsp.png
...
Conflicts:
Qt/Core.pro
Qt/PPSSPP.pro
2013-10-19 23:15:16 +02:00
Henrik Rydgård
f381aebe42
Merge pull request #4221 from hrydgard/maxim-at3plus
...
Use FFMPEG to decode Atrac3+ audio, thanks to Maxim's new decoder patch.
2013-10-19 14:11:46 -07:00
Henrik Rydgard
faf0402d41
Update submodules
2013-10-19 23:09:29 +02:00
The Dax
c3a69639a3
Update FFMPEG submodule with Linux x86 libs based on Maxim's latest patch.
2013-10-19 23:09:29 +02:00
Henrik Rydgard
6876d87560
Update to ffmpeg with Maxim's latest patch
2013-10-19 23:09:28 +02:00
Henrik Rydgård
2f8a78dd7a
Clean up SimpleAT3Dec, don't allocate new Frame objects all the time
2013-10-19 23:09:28 +02:00
The Dax
5f483318bb
Define __STDC_CONSTANT_MACROS in CMakeLists.txt so Linux x86 will build.
2013-10-19 23:09:28 +02:00
Henrik Rydgård
e266e15c6b
One more buildfix
2013-10-19 23:09:27 +02:00
Henrik Rydgård
70783eaa48
Windows build fixes
2013-10-19 23:09:27 +02:00
Henrik Rydgård
2c5adc96cf
Rip out the support for the Atrac3+ plugin. It is gone, to never return.
2013-10-19 23:09:26 +02:00
Henrik Rydgård
be40289d6c
Use ffmpeg for Atrac3+ decoding during video playback as well.
2013-10-19 23:09:26 +02:00
Henrik Rydgard
3cefa1ad79
Things seem more stable after initializing the AVPacket.
...
More testing needed though.
2013-10-19 23:09:25 +02:00
Henrik Rydgard
f311901e5e
Use ffmpeg for decoding Atrac3+ in sceAtrac. Thanks Maxim.
2013-10-19 23:09:25 +02:00
Sacha
027ba31752
Qt: Fix for audiooutput on qt5. Final fix for arch detection.
2013-10-20 02:44:03 +10:00
Stan Kardach
4c3a7f414e
Fix __cpuid bug on i386 CPU family
2013-10-19 10:04:30 +02:00
Sacha
721bc6f34f
Qt: Fix arch detection for Linux. Add ffmpeg for windows.
2013-10-19 14:16:28 +10:00
Kingcom
4abda21699
Fix messed up logic
2013-10-19 02:45:58 +02:00
Kingcom
8f698d552b
Handle it for step into too
2013-10-19 02:28:49 +02:00
Kingcom
9af9577ad9
Add smoother disassembly scrolling for step over
2013-10-19 01:19:39 +02:00
Kingcom
ef1e34bffd
Only display full disassembly lines
2013-10-19 00:58:42 +02:00
Sacha
8de3d882a1
Buildfix for Qt, Qt5, Windows on Qt.
2013-10-19 05:22:32 +10:00
Sacha
f8e386995f
Buildfix for Qt on Windows. Rearrange parts of the Qt project file.
2013-10-19 04:03:11 +10:00
Henrik Rydgård
51196742ee
Clear symbol map in AttemptLoadSymbolmap on non-windows
2013-10-18 18:23:17 +02:00
Henrik Rydgård
2d331cb8c4
Revert "Clear the symbol map in LoadExec. Fixes some hangs on switching games,"
...
This reverts commit 6c3f2155c7a294c83770e7e9161c0a0c161384b0.
2013-10-18 18:08:18 +02:00