Commit Graph
11573 Commits
Author SHA1 Message Date
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
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
danyalziaandDanyalZia 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
The Dax 7d8a757678 Make PPSSPP aware of the Windows Vista/7/8/8.1 Virtual Store. 2013-10-14 11:31:01 -04:00
Sacha 7927b889b3 Buildfix Qt Linux. 2013-10-15 00:40:46 +10:00
Henrik Rydgård ffbac62f01 Merge pull request #4162 from unknownbrackets/debugger
Add more formatting to GE debugger, cleanup, step prim
2013-10-14 02:50:11 -07:00
Henrik Rydgård 111dcd0fed Merge pull request #4178 from unknownbrackets/headless
Make it posible to build headless on Android
2013-10-14 02:44:19 -07:00
Unknown W. Brackets 7fb9d65a08 Make it possible to build headless on Android.
Use "ab HEADLESS=1", and then you'll have a shiny new ppsspp_headless
exexutable which can run tests.
2013-10-14 02:41:34 -07:00
Henrik Rydgård 0173c860c5 Revert "Also replace "//" to "/"."
This reverts commit 60ef33b1e0.
2013-10-14 11:36:33 +02:00
Unknown W. Brackets b190208aa5 Fix non-Windows headless build. 2013-10-14 02:35:47 -07:00
Henrik Rydgård 06a69cef09 Merge pull request #4177 from shenweip/patch-5
Also replace "//" to "/".
2013-10-14 02:27:39 -07:00
Sacha 18b7503dd5 Fix rounding errors in armjit. 2013-10-14 19:24:13 +10:00
Henrik Rydgård a27e6f9add Merge pull request #4176 from raven02/patch-38
Force Nearest when color test enabled and rendering resolution greater t...
2013-10-14 02:11:42 -07:00
shenweip 60ef33b1e0 Also replace "//" to "/". 2013-10-14 17:10:46 +08:00
raven02 bf7c9fe631 Force Nearest when color test enabled and rendering resolution greater than 480x272 2013-10-14 17:07:45 +08:00
Henrik Rydgård 1f5c9d1b1e Merge pull request #4175 from unknownbrackets/tests
Update tests, tweaks to UI test runner
2013-10-14 01:01:39 -07:00
Unknown W. Brackets 8fefd15d58 Allow "Run Tests" on iOS with alternate location.
Either place is annoying, easier to install via Xcode.
2013-10-14 00:53:13 -07:00
Unknown W. Brackets e4f71ce6e4 Avoid a few expected asserts in headless mode. 2013-10-14 00:51:08 -07:00
Unknown W. Brackets dfcdfbea18 Tests: Avoid out of bounds, set headLess = true. 2013-10-14 00:49:04 -07:00
Unknown W. Brackets b544859070 Update tests. 2013-10-14 00:48:29 -07:00
Henrik Rydgård d811b6f5f0 Merge pull request #4174 from thedax/updateSubmods
Update submodules(lang, native).
2013-10-14 00:08:21 -07:00
The Dax c741bebfde Update submodules(lang, native). 2013-10-14 03:02:54 -04:00