Henrik Rydgård
483bf4c74d
Don't leak icon textures when shutting down the graphics system.
...
Happens on Android task switching for example.
Also update the README (got rid of kitkat fullscreen temporary because
I can't get it to work reliably).
2013-12-09 15:28:47 +01:00
Henrik Rydgård
9e42086e21
Logspam reduction
2013-12-09 13:45:17 +01:00
Henrik Rydgård
e76fc5e56c
Clang 3.4 buildfix
2013-12-09 12:52:03 +01:00
Henrik Rydgård
1e30bdfce8
Make the iPSPModel check more general so that iOS also uses 0. Need to figure out what the problem is in the first place though....
2013-12-09 12:49:52 +01:00
Henrik Rydgård
4b605045ea
Merge pull request #4767 from unknownbrackets/moduleinfo
...
Return much more correct values for module info
2013-12-09 01:02:59 -08:00
Henrik Rydgård
fb54de9c02
Merge pull request #4762 from thedax/saveDialogAllowHeldBtns
...
Save/Load dialogs: Allow held directional buttons to scroll up and down the list repeatedly.
2013-12-09 00:49:17 -08:00
Unknown W. Brackets
1f32720d8f
Return much more correct values for module info.
...
sceKernelQueryModuleInfo() was just completely wrong before.
2013-12-09 00:45:54 -08:00
Unknown W. Brackets
2b10fbae1e
Small tweaks to rel2 logging.
2013-12-08 22:34:36 -08:00
The Dax
814a81b692
Allow held directional buttons to scroll up and down the list repeatedly.
2013-12-08 20:33:16 -05:00
Unknown W. Brackets
2278bee910
Fix double free when saving.
2013-12-08 14:46:05 -08:00
Unknown W. Brackets
0636a65ad9
Use ReadEntireFile() a few more places.
...
This fixes one or two minor memory leaks.
2013-12-08 12:02:37 -08:00
Unknown W. Brackets
2d3f0758c1
Dynamically manage PPGe images so 50+ are okay.
...
Otherwise, we try to allocate all at once and could run out of ram.
Should fix #2242 .
2013-12-08 11:06:18 -08:00
Unknown W. Brackets
18bcf63ee9
Add a convenience helper to load a file oneshot.
2013-12-08 11:05:36 -08:00
Sacha
a0c5af288c
Add InputBox as a platform-specific system function instead of a host function. Enable it on all Qt platforms. Add Set Nickname to mobile Qt.
2013-12-08 20:16:34 +10:00
Unknown W. Brackets
dc87cd2045
Stop reporting system param reads.
...
So games use it. We'll have to decide what to do with that information,
but the reporting isn't that useful now.
2013-12-08 01:10:24 -08:00
Sacha
d5147c4234
Add ability to change nickname and take screenshot to Qt Desktop UI.
2013-12-08 04:57:06 +10:00
Unknown W. Brackets
f4890288ce
Oops, fix a bad sort for the hashmap.
...
Fixes assertion warnings. Thanks @Kingcom.
2013-12-06 21:19:05 -08:00
Henrik Rydgård
37de6eee0f
Improved error handling in ZIP installer
2013-12-06 15:29:14 +01:00
Henrik Rydgård
c262e47bdc
Error handling on disk full when installing zip files
2013-12-06 12:49:57 +01:00
Unknown W. Brackets
2ec73a65ed
Use a common func to generate default func names.
2013-12-06 00:17:20 -08:00
Unknown W. Brackets
735968ba9b
Add a setting to maintain a global func hash map.
...
This makes it easier to deal with functions that have a common
implementation between multiple games, e.g. libc funcs.
2013-12-06 00:11:49 -08:00
Unknown W. Brackets
160ee740d2
Fix some vblank callback wait problems.
...
Stupid mistake, missing this. May help #3680 .
2013-12-05 23:26:59 -08:00
Henrik Rydgard
245aeecbc0
ARM: Check for VFPv4 before using CVT.F32.F16 (vh2f).
...
Issue #4730 might be fixed by this.
2013-12-05 22:55:31 +01:00
The Dax
4aa3594eb7
Fix a bunch of styling issues in sceNetAdhoc.cpp, and fix Coldbird's name (it's not "colorbird").
2013-12-05 14:44:41 -05:00
The Dax
1326bb41c8
Fix Coldbird's name in a comment. It's not "colorbird".
2013-12-05 14:37:01 -05:00
Henrik Rydgård
3ab1aeb9ef
Install zip file screen: Add working progress bar for install.
2013-12-05 17:49:37 +01:00
Henrik Rydgård
cd2adf80a4
Add keybinding to rewind (backspace by default), if rewind states are enabled. Disable rewind on mobile.
2013-12-05 16:25:17 +01:00
Sacha
31af63adf4
Buildfix: Another string::back() and including a .cpp?
2013-12-06 01:04:50 +10:00
Sacha
502621bb08
Travis: Fix android script.
2013-12-06 00:35:45 +10:00
Sacha
8eacddf549
Symbian buildfix.
2013-12-06 00:18:39 +10:00
Henrik Rydgård
160cafdb34
Game installer: Handle zip files without directory entries
2013-12-05 14:21:07 +01:00
Sacha
3ccbbcf63b
Buildfixes from homebrew merge.
2013-12-05 22:41:23 +10:00
Henrik Rydgård
e7ec53a97f
zip game installer: Extract files by streaming instead of reading the
...
whole thing into ram.
2013-12-05 13:22:06 +01:00
Henrik Rydgård
8e658d628f
GameManager: Add functions to query progress
2013-12-05 13:01:00 +01:00
Henrik Rydgård
bc6ecb8ef6
Hide the homebrew store behind a ini option for now
2013-12-05 12:48:09 +01:00
Henrik Rydgård
6e60db7c22
Store: Handle zip files with external URLs and deep paths inside.
2013-12-05 12:48:09 +01:00
Henrik Rydgård
eaed2e516b
Show simple progress bars at the top of the screen during downloads.
...
Should do something more practical eventually.
2013-12-05 12:48:09 +01:00
Henrik Rydgård
8b1ef01b5a
GameManager: Sanity check ZIP files when installing them
2013-12-05 12:48:09 +01:00
Henrik Rydgård
5833bd45c3
More work on the Homebrew Store.
2013-12-05 12:48:09 +01:00
Henrik Rydgard
3a6941c1ab
Safeguard GameManager::Uninstall from calls with empty filename.
...
Could wipe all your games if a bug would cause this to happen.
2013-12-05 12:48:09 +01:00
Henrik Rydgård
15f45806b9
GameManager: Sanity check ZIP files when installing them
2013-12-05 12:48:09 +01:00
Henrik Rydgård
7f481905b0
More work on the Homebrew Store, get it working on Windows and Android
2013-12-05 12:48:09 +01:00
Henrik Rydgård
2fb2602387
Initial draft of the Homebrew Store. Lets you install a few homebrew.
2013-12-05 12:48:08 +01:00
The Dax
cf4c7a5d8c
Fix bug where networking option wasn't saved to the ini file, and default to false. If it's on by default, Peace Walker and other games are broken for now.
2013-12-04 17:28:20 -05:00
Henrik Rydgård
89b3fff255
Merge pull request #4722 from pal1000/patch-1
...
Warning fix in Core/HLE/sceKernelModule.cpp resultBufferOffset type miss...
2013-12-04 09:22:08 -08:00
Henrik Rydgard
32f479b0a6
Assorted log spam reductions.
...
Also let Java know of some important events. Not used for anything yet.
2013-12-04 17:43:00 +01:00
pal1000
d03eed3e48
Warning fix in Core/HLE/sceKernelModule.cpp resultBufferOffset type missmatch
2013-12-04 17:56:33 +02:00
Henrik Rydgard
60ed75f68a
Add option to disable networking, tries to replicate the old error codes.
...
Please test if disabling this option "fixes" any games that broke with the adhoc merge.
2013-12-04 11:07:52 +01:00
Henrik Rydgard
e1657fec96
Get rid of WipeFramebufferAlpha ini-only option.
2013-12-04 09:41:25 +01:00
sum2012
eb5c349c2f
Imp sceKernelGetModuleIdList by CPkmn
2013-12-04 06:28:32 +08:00