Commit Graph
11573 Commits
Author SHA1 Message Date
Sacha 67b4339d58 Qt: Lots of misc fixes.
Use QtMultimedia everywhere except Ubuntu (they forgot to include it). Makes audio much better. It is supported now on Symbian.
Remove unused resources. Include translations that weren't being included. Consolidate in to a single resource to fix a rebuilding issue.
2013-11-24 15:49:32 +10:00
Bigpet 3781726b20 bump native version to include SDL gamepad fix 2013-11-24 06:32:39 +01:00
Bigpet 0d50f78705 initialize values correctly for older compilers 2013-11-24 06:32:19 +01:00
Sacha a64ae3d026 Buildfix. Strict qmake. 2013-11-24 14:17:41 +10:00
Sacha 70d7f69c5d Qt: Basic iOS support. iOS now fully supported in QtCreator 3.0 + Qt 5.2 2013-11-24 13:36:22 +10:00
Sacha 1ee0fbf94c Qt: Fixes and cleanup to qmake files. 2013-11-24 13:24:16 +10:00
Henrik Rydgård af2e18dcc3 Merge pull request #4620 from unknownbrackets/ios-minor
Try to workaround iOS crash, tweaks
2013-11-23 14:51:04 -08:00
Unknown W. Brackets f1f87e7b6f Workaround random headless timeouts on Android/etc.
Seems like we have stack corruption, so probably it's not that XMM etc.
need to be saved.  Not sure what exactly is up.
2013-11-23 10:42:28 -08:00
Unknown W. Brackets 2623f6bfe2 Disable the optimized hash on iOS, seems to crash.
Except not for me, not sure why.
2013-11-23 10:41:58 -08:00
Sacha f02e88b87e Buildfix. 2013-11-24 03:11:33 +10:00
Henrik Rydgard 8e513ec38a MOVP2R linux buildfix attempt 2013-11-23 16:50:08 +01:00
Henrik Rydgård 7e736172db Merge pull request #4576 from shenweip/patch-7
Ignore the difference between "\" and "/" in "recent" and "remove from recent".
2013-11-23 07:45:39 -08:00
Henrik Rydgård f80d4c3696 Merge pull request #4619 from xsacha/master
Use updated atlastool for correct Vietnamese font atlas.
2013-11-23 07:25:50 -08:00
Sacha 368537b13b Use updated atlastool for correct Vietnamese font atlas. 2013-11-24 01:10:44 +10:00
Sacha 9661bce5cf Update native and lang. 2013-11-24 00:48:20 +10:00
Henrik Rydgard 16509ba3e9 ARMEmitter: Make the helper functions private. 2013-11-23 13:43:22 +01:00
Henrik Rydgard cda4e9cbf3 ARM emitter: Complete VLD1/VST1 for lanes and to-all-lanes. 2013-11-23 13:36:26 +01:00
Henrik Rydgård b794060dba Merge pull request #4618 from xsacha/master
Font Atlas: support for latinized Asian languages (such as Vietnamese)
2013-11-23 04:33:38 -08:00
Sacha 657d5bc06e Add support for latinised asian languages (such as Vietnamese) in font atlas. 2013-11-23 22:27:32 +10:00
Henrik Rydgard db016f7001 ARMJIT: Disable vsgn, reported to break Miami Vice 2013-11-23 13:00:35 +01:00
Henrik Rydgard ab6bdfa84d Workaround for a weird I/O issue 2013-11-23 12:49:32 +01:00
Henrik Rydgard e0eb152fb9 VLD1/VST1: Change argument ordering again. 2013-11-23 11:05:19 +01:00
Henrik Rydgard b64f44c3fc ARM emitter: Implement VMLA and VMUL by scalar, VLD1/VST1 multiple 2013-11-23 01:51:35 +01:00
Henrik Rydgard 97cfbd1a5f ArmEmitter: Introduce MOVP2R, let's you load a pointer without casting. 2013-11-22 23:10:25 +01:00
Henrik Rydgård 7407be91ae Merge pull request #4606 from pal1000/master
Pause emulation if needed only when user clicks OK on Dump Memory Window
2013-11-22 08:29:00 -08:00
Henrik Rydgård 7ec0069f4e Merge branch 'QtJoypad' of https://github.com/Bigpet/ppsspp into Bigpet-QtJoypad
Conflicts:
	native
2013-11-22 13:19:47 +01:00
Sacha 756f651eb2 Buildfix for older compilers, such as GCC 4.6.3 2013-11-22 16:22:41 +10:00
Sacha fa7871869e Qt: Put all resources in to the binary. The app should be standalone now. Also fixes #4615 2013-11-22 16:15:10 +10:00
Sacha d892f7077d Qt: Cleanup the menu creation even more. Use classes instead of defines. Now automatically translates and sets state. Update translations. 2013-11-22 14:05:36 +10:00
Peter Tissen 80d71130b3 bump native version 2013-11-22 02:38:12 +01:00
Peter TissenandPeter Tissen 746a88c23d enable SDL Joystick support to Qt
Cmake file update add new SDL joystick files
2013-11-22 02:37:52 +01:00
pal1000 c2d7b1eb10 Build fix 2013-11-21 22:00:57 +02:00
Sacha 5ed685d54b Qt: Show window before expanding widget. Fixes #4608 2013-11-22 04:25:56 +10:00
Sacha efa0e62e8d Qt: Allow building project from any directory. #4605 2013-11-22 04:07:18 +10:00
Sacha 693938e859 Qt: Load the language too, if detected on boot. 2013-11-22 02:38:19 +10:00
Sacha e3f48b4824 Qt: Update menubar action code. Make it more readable. 2013-11-22 02:32:46 +10:00
pal1000 1d00da98e3 Pause emulation if needed only when user clicks OK on Dump Memory Window 2013-11-21 15:45:32 +02:00
pal1000 2f52872eb3 Performed cleanup in CtrlMemView.cpp 2013-11-21 15:10:20 +02:00
Sacha c256c15cdd Qt: zlib is already used by Qt. Only compile it for exotic Qt builds where 'no-zlib' is configured. We will need to link it manually if 'system-zlib' is configured. Otherwise we already have it. 2013-11-21 22:36:02 +10:00
Sacha 61cf802836 Qt: Use AssetsAssetReader to load Qt assets. 2013-11-21 20:11:37 +10:00
Henrik Rydgård 37beb1a54a Merge pull request #4603 from unknownbrackets/softgpu
softgpu: Advance vertex/index address on prim.
2013-11-21 00:57:38 -08:00
Unknown W. Brackets 70b6a4a796 Small optimization to vertex preview. 2013-11-20 22:36:48 -08:00
Sacha cd6de7922c Change to default of 2x IR for large screens. Including mobiles as there is no noticeable trade-off on modern devices. 2013-11-21 16:29:56 +10:00
Unknown W. Brackets d227b13f36 softgpu: Advance vertex/index address on prim.
Fixes some broken graphics in a lot of places.
2013-11-20 21:59:45 -08:00
Sacha 061966dae2 Qt: Hide menubar. Attach shortcuts to the main window so they still trigger when menubar is hidden. Fix bug with ctrl+number for screen size during full screen. 2013-11-21 13:48:16 +10:00
Sacha 392abf4a26 Qt: Prevent window resize, fixes #4594 2013-11-21 13:24:33 +10:00
Sacha 89c136473f Qt: Allow shortcuts to work in fullscreen. Fixes #4601 2013-11-21 12:45:45 +10:00
Sacha 4cb1ecb4dc Qt: Some improvements to main screen. 2013-11-21 12:44:06 +10:00
Sacha b84ce4bc44 Qt: Load language at boot. 2013-11-21 11:59:02 +10:00
Henrik Rydgard 1a6b4ceafb Compensate frame delay for the PSP refreshing at 59.94 Hz 2013-11-20 23:53:28 +01:00