Commit graph

9502 commits

Author SHA1 Message Date
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
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
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
Henrik Rydgård
86b312472c Merge pull request #4171 from unknownbrackets/heap
Improve accuracy of sceHeap functions
2013-10-13 23:55:45 -07:00
Henrik Rydgård
c13cb78d97 Merge pull request #4172 from thedax/win32Portability
Support UTF-8 paths in installed.txt.
2013-10-13 23:54:41 -07:00
Henrik Rydgård
879833f429 Merge pull request #4170 from unknownbrackets/cheats
Fix cheats on a default install, remove restart game requirement
2013-10-13 23:53:32 -07:00
The Dax
45d6ab9d7b Support more than just UTF-8. 2013-10-14 02:46:05 -04:00
The Dax
702c355cb6 Use a C++ version. 2013-10-14 02:24:02 -04:00
The Dax
81e7f1204c Support unicode paths in installed.txt.
The only caveat is it has to be saved as a UTF-8 file or it won't work properly.
Also, make some variables const since they're not changed.
2013-10-14 00:12:17 -04:00
Unknown W. Brackets
9388dd092f Cleanup errors in sceHeapFreeHeapMemory(). 2013-10-13 19:20:04 -07:00
Unknown W. Brackets
df285cec64 Fix aligned heap allocation semantics. 2013-10-13 19:14:42 -07:00
Unknown W. Brackets
1b5193b13d Cleanup error codes in sceHeapAlloc*(). 2013-10-13 19:08:23 -07:00
Unknown W. Brackets
ba5dd0084b Implement sceHeapIsAllocatedHeapMemory(). 2013-10-13 19:01:16 -07:00
Unknown W. Brackets
8ffcc26f89 Don't create blank entries in heapList. 2013-10-13 18:57:59 -07:00
Unknown W. Brackets
fbffb6fa7f Return an error when deleting a bad heap. 2013-10-13 18:45:49 -07:00
Unknown W. Brackets
134138618d Allocate heaps similar to hardware.
Could matter for alignment, since a game might intentionally request 0x108
bytes to get an aligned address or something.
2013-10-13 18:36:34 -07:00
Unknown W. Brackets
9a9c4cbea6 Allocate from heaps downward by default. 2013-10-13 18:27:53 -07:00
Unknown W. Brackets
a466b5ba32 Also allow restartless cheats after loading state.
At least, an older state.
2013-10-13 18:03:23 -07:00
Unknown W. Brackets
bbaacab315 Don't crash if the cheat file is inaccessible. 2013-10-13 17:57:43 -07:00
Unknown W. Brackets
24ead296f1 Don't require reset to enable cheats. 2013-10-13 17:57:43 -07:00
Unknown W. Brackets
f3e3f2e6cd Let's just always use PSP/Cheats/, it's simpler.
No reason people on iOS won't want this.
2013-10-13 17:57:42 -07:00
Unknown W. Brackets
8cd64a9f8a Allow cheats to start and stop in game. 2013-10-13 17:57:42 -07:00
Unknown W. Brackets
bbde56398f Create the cheats directory always.
Seems like things break otherwise?  Fixes #4169.
2013-10-13 17:57:35 -07:00
Unknown W. Brackets
4b2dccd367 Merge pull request #4168 from thedax/win32Portability
Win32: Fix critical bug with GetSysDirectories.
2013-10-13 16:44:14 -07:00