Commit Graph
11573 Commits
Author SHA1 Message Date
Henrik Rydgard 7462d988cf Boot game in EmuScreen::update instead of the constructor. Avoids issues with starting games from the command line. 2013-07-27 13:26:26 +02:00
Henrik Rydgard 5b32d2ecaf Merge remote-tracking branch 'origin'
Conflicts:
	UI/NativeApp.cpp
2013-07-27 13:11:30 +02:00
Henrik Rydgard d6b4c9c9c3 More bits should be masked off the baseptr and stride of block transfers.
Does not fix GT fonts though.
2013-07-27 13:08:23 +02:00
Henrik Rydgard d75a007ef3 Skip the startup logo when loading a game from the command line. 2013-07-27 13:07:34 +02:00
Henrik Rydgård 893fe76ffd Merge pull request #2946 from raven02/patch-1
Revert clamp to zero and use another attempt fix for vpX0/Y0
2013-07-27 03:58:50 -07:00
raven02 b35e89f646 Fix rear mirror in Ridge Racer 2 2013-07-27 18:45:48 +08:00
raven02 380b51dc6d Revert clamp to zero and use another attempt fix 2013-07-27 18:20:07 +08:00
Henrik Rydgård cbbf4e8905 Merge pull request #2941 from thedax/audioFix
64-bit PPSSPP(Windows): Attempt to fix games that crash with atrac3+ DLLs.
2013-07-27 03:00:08 -07:00
Henrik Rydgård d865d04f81 Merge pull request #2943 from unknownbrackets/warnings
Fix some warnings generated by gcc 4.8 and clang
2013-07-27 02:59:40 -07:00
Henrik Rydgård 67adad6cf0 Move CheckGLExtensions to InitGraphics from EmuScreen, trying to fix #2900 2013-07-27 11:46:21 +02:00
Henrik Rydgård e212f2d91d Merge pull request #2940 from thedax/master
Win32 UI: Fix frameskipping menu & minor cleanup.
2013-07-27 02:33:13 -07:00
Henrik Rydgård d4edd619a4 Merge pull request #2945 from unknownbrackets/ui-minor
Fix minor crash on error screen, invalid filename on drive letter
2013-07-27 02:32:50 -07:00
Unknown W. Brackets 3988a12801 Allow filenames like e.g. F:\ as dirs. 2013-07-27 01:17:18 -07:00
Henrik Rydgård 4b3312c323 Update native with mac buildfix 2013-07-27 10:16:19 +02:00
Henrik Rydgård ab3b7041d2 Restore accidentally deleted config saving line 2013-07-27 10:14:00 +02:00
Unknown W. Brackets 7d6538bd0b Don't crash in DeviceLost before game init. 2013-07-27 01:05:00 -07:00
The Dax 489748ffc0 Change nullptr to NULL to avoid possible issues with platforms that don't support C++11. 2013-07-27 02:16:06 -04:00
Unknown W. Brackets b5e46b46cd Fix some minor virtual disc warnings. 2013-07-26 22:50:57 -07:00
Unknown W. Brackets abec782420 Return unsigned vars in sceCccDecode*().
Semantics only, but clearer.
2013-07-26 22:50:56 -07:00
Unknown W. Brackets d9d66c46e9 Avoid a possibly uninitialized var. 2013-07-26 22:50:56 -07:00
Unknown W. Brackets 6ffaf98d7f Try to force gcc to notice hasNormal(). 2013-07-26 22:50:55 -07:00
Unknown W. Brackets 7c238f4567 Avoid a signed/unsigned compare.
This one is pretty pedantic.
2013-07-26 22:50:55 -07:00
Unknown W. Brackets e355518549 Fix a bad enum compare. 2013-07-26 22:30:05 -07:00
Unknown W. Brackets 0cd5766f50 Support clang as well as gcc for Android/Linux. 2013-07-26 22:13:57 -07:00
Unknown W. Brackets efb1eddbc8 Remove an unused private var. 2013-07-26 22:13:43 -07:00
Unknown W. Brackets fa3b608b36 Fix a missing log argument. 2013-07-26 22:13:09 -07:00
Unknown W. Brackets 04b636e889 Simplify and avoid a shift size warning. 2013-07-26 22:12:47 -07:00
Unknown W. Brackets ddc2c15ce8 Remove some unsigned < 0 comparisons. 2013-07-26 22:12:12 -07:00
The Dax 349d4eba2b 64-bit PPSSPP(Windows): Attempt to fix games that crash with Atrac3plusdecoder64.dll. It seems to be caused by m_audiocontext being null.. 2013-07-27 00:38:42 -04:00
The Dax c7a82b59e9 Convert all of the checkbox loops to use ARRAY_SIZE instead of magic numbers. 2013-07-26 19:36:16 -04:00
The Dax 883db82255 Win32 UI: Fix frameskipping menu. Picking 9 would never be checked or work. 2013-07-26 19:29:47 -04:00
Henrik Rydgård b9862c29a0 Merge pull request #2939 from thedax/master
Win32 UI: Fix Window Zoom menu.
2013-07-26 16:26:22 -07:00
The Dax 738338f8be Fix typo. 2013-07-26 19:08:24 -04:00
The Dax 116d238d2e Win32 UI: Remove secondary loop for unchecking/checking Window Zoom options. It was not needed, and caused a bug.. 2013-07-26 19:06:29 -04:00
Henrik Rydgård 2a2a838b5e Merge pull request #2938 from raven02/patch-1
Clamp vpX0/vpY0 to zero when negative value retured
2013-07-26 15:48:38 -07:00
Henrik Rydgard 5dbf5da355 Merge remote-tracking branch 'origin' 2013-07-27 00:45:54 +02:00
Henrik Rydgard a346697037 Update native + some very minor changes 2013-07-27 00:44:16 +02:00
Henrik Rydgård dc213f1792 Merge pull request #2934 from raven02/ui
NewUI fix and add cycleable frameskipping/resolution to winUI
2013-07-26 15:43:35 -07:00
raven02 087cb8b5e0 Clamp vpX0/vpY0 to zero when negative value retured 2013-07-27 06:24:59 +08:00
Henrik Rydgård 98c5fbaf28 Merge pull request #2935 from Kingcom/AutoBootFix
Fix auto boot
2013-07-26 12:06:18 -07:00
Henrik Rydgård 3c861419b9 Merge pull request #2931 from unknownbrackets/endian
Improve endian define handling and fix a couple typos
2013-07-26 12:04:34 -07:00
Henrik Rydgård cc8bba1b10 Merge pull request #2924 from thedax/master
Add initial support for native Visual Studio 2012(and above) compilation.
2013-07-26 12:03:21 -07:00
raven02 d836527254 NewUI fix and add selectable frameskipping/Resolution to winUI 2013-07-26 22:10:03 +08:00
Kingcom 87f13d9b32 Fix auto boot 2013-07-26 14:42:38 +02:00
Unknown W. Brackets a740888add Fix typos. 2013-07-25 22:37:27 -07:00
Unknown W. Brackets 8da6259aff More carefully check defines for endianness. 2013-07-25 22:25:50 -07:00
Henrik Rydgard 1533b588e3 Argh, this really shouldn't be needed but is. 2013-07-26 01:18:40 +02:00
Henrik Rydgard b3ea250122 typo 2013-07-26 00:57:29 +02:00
Henrik Rydgard 144a5849e2 Uhm, fix the second part of the BIG_ENDIAN #define error... 2013-07-26 00:54:39 +02:00
The Dax e00364bfa5 Add initial support for native Visual Studio 2012(and above) compilation. Just upgrade the SLN, and go. 2013-07-25 18:34:55 -04:00