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 |
|
shenweip
|
ff5a5486aa
|
Add a warn logging.
|
2013-12-03 22:09:01 +08:00 |
|
shenweip
|
1d5962f925
|
Typo
|
2013-12-03 21:40:08 +08:00 |
|
shenweip
|
833305817b
|
Return success when initial networks fail.
|
2013-12-03 21:24:56 +08:00 |
|
Unknown W. Brackets
|
21c617a7be
|
Correct some syscall names.
|
2013-12-02 23:40:16 -08:00 |
|
Unknown W. Brackets
|
e73d43c434
|
Correct sceKernelTlspl func names, etc.
This is mostly pedantic but it's nice to have the right names.
|
2013-12-02 23:40:16 -08:00 |
|
sum2012
|
40d9721e1f
|
Wrap sceKernelGetModuleIdList
maybe first step of solve #2404
|
2013-12-03 07:35:27 +08:00 |
|
Henrik Rydgård
|
7c7c4aaadc
|
Add "u_time" uniform to postprocessing shaders.
|
2013-12-02 17:24:55 +01:00 |
|
Henrik Rydgård
|
c3dfbbeff9
|
Add option to disable touch dpad diagonals.
Makes some games a lot more playable with touch screen.
|
2013-12-02 15:50:09 +01:00 |
|
Henrik Rydgård
|
cfbd1b07e8
|
Some code reformatting in SymbolMap
|
2013-12-02 15:30:03 +01:00 |
|
Henrik Rydgård
|
16369dde47
|
Protect against a buffer overflow in symbolmap
|
2013-12-02 15:29:35 +01:00 |
|
Henrik Rydgård
|
a6c7663ea8
|
Allow resizing touch buttons individually.
|
2013-12-02 15:15:19 +01:00 |
|
Henrik Rydgård
|
e017a17dbb
|
Show homebrew as a list by default, allow changing the view mode
Homebrew often has poor icons, making the names important.
Also fix an issue with touch button scaling.
Conflicts:
Core/Config.cpp
UI/MainScreen.cpp
|
2013-12-02 12:34:09 +01:00 |
|
pal1000
|
cfcfb20622
|
Warning fix in DisassemblyManager.cpp (Visual Studio 2013)
|
2013-12-02 12:39:01 +02:00 |
|
Henrik Rydgård
|
1c04e923f6
|
Merge pull request #4706 from Kingcom/Debugger
Automatically pause core when changing breakpoints
|
2013-12-02 01:51:15 -08:00 |
|
W.MS/王京
|
6d4095abdf
|
Disable vertex jit on jailed iOS devices
|
2013-12-02 10:48:52 +01:00 |
|
Kingcom
|
df40850617
|
Automatically pause core when changing breakpoints
|
2013-12-02 10:42:20 +01:00 |
|
Unknown W. Brackets
|
505f509503
|
Detect tail call when scanning functions.
|
2013-12-01 22:08:39 -08:00 |
|
Unknown W. Brackets
|
1bccfa4141
|
Look for downward jumps for elses when scanning.
Otherwise, we often end the function earlier than it should be.
|
2013-12-01 21:28:09 -08:00 |
|
Unknown W. Brackets
|
43be44947f
|
Correctly reuse symbol map entries when scanning.
Before we created one huge function in place of the old.
|
2013-12-01 20:25:51 -08:00 |
|