Commit Graph
45601 Commits
Author SHA1 Message Date
Henrik Rydgård ecc8736d6b Make the early OpenGL version check a bit more fuzzy. 2013-10-15 14:59:41 +02:00
Henrik Rydgard 5b9123b3c5 Main screen: Add Browse button on Windows to choose a folder easily 2013-10-15 13:28:09 +02:00
Henrik Rydgard e88a049e79 Windows: Center window on first start 2013-10-15 13:10:25 +02:00
Henrik Rydgård 9e642720a1 Merge pull request #4204 from DanyalZia/patch-25
Move PostShader.* under the "Common" filters
2013-10-15 03:38:30 -07:00
danyalzia 79d2710dad Move PostShader.* under the "Common" filters 2013-10-15 15:37:19 +05:00
Henrik Rydgård f68a672c0b Merge pull request #4198 from thedax/sysDirectoriesRevamp
Eliminate GetSysDirectories and instead provide a new function: GetSysDirectory.
2013-10-15 03:18:45 -07:00
Henrik Rydgard c4004b8230 Refuse to run really early in the startup process if there's no chance it will work.
Avoids crashing out on startup with old GPUs.
2013-10-15 12:15:29 +02:00
Henrik Rydgard 8b5eff3677 Only turn off filtering on color test in through mode. Should fix #4192, #4202 2013-10-15 11:59:32 +02:00
Henrik Rydgard d53a8208d3 Add InnoSetup script to make a basic installer.
Adds a redist submodule where the installer can get the VC redists.
2013-10-15 11:55:02 +02:00
Henrik Rydgård 6c45549363 Merge pull request #4201 from thedax/vcprojAdjustment
Visual Studio: Move CwCheatScreen.* under the "Screens" filter folder.
2013-10-15 01:49:17 -07:00
The Dax cdb3eae803 Move CwCheatScreen.* under the "Screens" filter folder. 2013-10-15 04:16:06 -04:00
The Dax 750aba1663 Use Unicode variant of ShellExecuteA. 2013-10-15 03:41:11 -04:00
The Dax 0571a8c513 Remove ifdefs. All platforms use the same cheat directories now(or they should :/ ). 2013-10-15 03:41:11 -04:00
The Dax fec7dab628 Have CWCheats use it, too. It's useful pretty much anywhere one needs the real path instead of a virtual memory stick path. 2013-10-15 03:41:11 -04:00
The Dax 845a25e897 Whoops. Forgot to push this. 2013-10-15 03:41:11 -04:00
The Dax b549a4e6e5 Assume g_Config.memCardDirectory will have a trailing slash. Make InitSysDirectories for Win32 only. 2013-10-15 03:41:10 -04:00
The Dax 6efd5b33f7 We don't really need DIRECTORY_FLASH0 or DIRECTORY_MEMSTICK. 2013-10-15 03:41:10 -04:00
The Dax c7bdeb3084 Eliminate GetSysDirectories and instead provide a new function: GetSysDirectory.
On Win32, call InitSysDirectories before the emuthread starts just to be safe.
2013-10-15 03:41:10 -04:00
Henrik Rydgård 533e219862 Merge pull request #4196 from bollu/add-name-to-credits
Add name to credits
2013-10-15 00:40:54 -07:00
Siddharth 45059bfffc added my name (bollu) to credits 2013-10-15 12:59:53 +05:30
Henrik Rydgård 4bc068f713 Merge pull request #4197 from unknownbrackets/savestates
Fix savestates sometimes wiping thread stacks
2013-10-15 00:06:06 -07:00
Unknown W. Brackets 5554865ebb Fix headless auto-compare when expected have \r's. 2013-10-14 23:55:18 -07:00
Sacha be47964ff2 Use 'Cores' instead of 'Threads' for ARM. 2013-10-15 15:28:19 +10:00
Sacha 5e1a52a841 Fix naming for Blackberry. 2013-10-15 15:27:40 +10:00
Unknown W. Brackets 9fe1a99ab3 Fix some warnings. 2013-10-14 22:09:21 -07:00
Unknown W. Brackets e06889069c Don't use the destructor to free thread stacks.
If we do, kernelObjects.clear() will trash perfectly good memory on
loading a state.  I guess it also makes shutdown slower.

Fixes #4186.
2013-10-14 22:09:16 -07:00
Sacha 2d7b58d64a Add CPU info for ARM-based devices. 2013-10-15 15:05:52 +10:00
Unknown W. Brackets 59bfaa30c7 Copy/paste fail. 2013-10-14 19:33:35 -07:00
Henrik Rydgard 0624f505b2 Oops, restore solution version. 2013-10-15 01:33:04 +02:00
Henrik Rydgard 0c2c1751f5 Windows: Let's not link with D3DX, requiring that DLL, until we actually use the D3DX shader compiler. 2013-10-15 01:16:43 +02:00
Unknown W. Brackets 7c8a6c88d6 Be more specific about type in the scanline shader.
Man, so picky.  May improve #4188.
2013-10-14 16:11:42 -07:00
Henrik Rydgård b25abbb82f Merge pull request #4190 from thedax/win32Fix
Win32: Don't write files before creating the directory in the first place.
2013-10-14 15:16:51 -07:00
Henrik Rydgård c992ad58f7 Merge pull request #4191 from DanyalZia/patch-24
Make AA-Color and Scanlines work on OpenGL ES
2013-10-14 14:58:30 -07:00
danyalzia 90c8cba39e Update scanlines.fsh 2013-10-15 02:46:28 +05:00
danyalzia 2f95aef77c Fix Scanlines for Android 2013-10-15 02:43:19 +05:00
danyalzia 3c3178e4a0 Fix AA-Color for Android 2013-10-15 02:40:00 +05:00
The Dax 22e7b64df3 Don't write files before creating the directory in the first place. 2013-10-14 17:28:27 -04:00
Henrik Rydgård 8299c14218 Merge pull request #4187 from thedax/adjustScreenshotDir
Win32: use g_Config.memCardDirectory/PSP/SCREENSHOT for screenshots, to match the real PSP.
2013-10-14 12:46:09 -07:00
The Dax be97799a6e use g_Config.memCardDirectory/PSP/SCREENSHOT for screenshots, to match the real PSP. 2013-10-14 14:51:42 -04:00
Henrik Rydgård f86830b1de Merge pull request #4182 from thedax/fixWarning
Remove unused local variable to fix a warning.
2013-10-14 11:12:27 -07:00
Henrik Rydgård 7756b81523 Merge pull request #4181 from thedax/win32VirtStore
Win32: Make PPSSPP aware of the Windows Vista/7/8/8.1 Virtual Store.
2013-10-14 11:12:05 -07:00
The Dax f1d18b1950 Attempt to fix indentation. 2013-10-14 14:09:32 -04:00
Sacha a7d6b0b98b Increase Qt optimisation level to O3. 2013-10-15 04:03:25 +10:00
Henrik Rydgård 629d190afc Merge pull request #4185 from thedax/updateNative
Update native with forward slash append fix(fixes duplicates appearing in the Recents list).
2013-10-14 10:53:34 -07:00
The Dax 252de075b5 Update native with forward slash append fix(fixes duplicates appearing in the Recents list). 2013-10-14 13:48:43 -04:00
Henrik Rydgård de86642dc3 Merge pull request #4180 from DanyalZia/patch-23
Shader cleanup and add two more shaders
2013-10-14 10:44:47 -07:00
Henrik Rydgård e72a6d4058 Merge pull request #155 from thedax/master
Only append a slash to the directory if there isn't one on the end.
2013-10-14 10:42:26 -07:00
The Dax adb73a8844 Only append a slash to the directory if there isn't one on the end. 2013-10-14 13:15:32 -04:00
danyalzia d45049e7b5 Update defaultshaders.ini
Update natural.fsh

Create 4xhqglsl.vsh

Update 4xhqglsl.vsh

Create 4xhqglsl.fsh

Create aacolor.vsh

Create aacolor.fsh

Update cartoon.vsh

Update cartoon.fsh

Update cartoon.fsh

Update cartoon.fsh

Update and rename Scanlines.fsh to scanlines.fsh

Update aacolor.fsh

Update 4xhqglsl.vsh

Update aacolor.vsh

Update cartoon.vsh
2013-10-14 21:22:33 +05:00
The Dax e83ad5feba Remove unused local variable to fix a warning. 2013-10-14 11:44:52 -04:00