Unknown W. Brackets
62ff431e3a
Include the PPC jit in the project.
...
So it's easier to find when refactoring.
2013-09-01 00:32:42 -07:00
Unknown W. Brackets
00412144c1
Get rid of the bad object errors on shutdown.
2013-08-31 18:45:05 -07:00
Unknown W. Brackets
842e972a36
Unresolve function imports, track in loader.
2013-08-31 18:45:05 -07:00
Unknown W. Brackets
dde39bd956
Optimize a bit by checking module names.
2013-08-31 17:45:17 -07:00
Unknown W. Brackets
33e001f017
Unexport var symbols when destroying modules.
...
The problem with a global list is that an unloaded module with unresolved
imports will get garbage written in. This should be safer, and hopefully
not slower.
Next up: func imports.
2013-08-31 17:31:30 -07:00
Unknown W. Brackets
9311d405e9
Centralize and track imports/exports.
...
So that we can "unresolve" them.
2013-08-31 17:00:08 -07:00
Henrik Rydgård
42ec8bc3ef
Merge pull request #3537 from unknownbrackets/utility-minor
...
Return wrong dialog type in screenshot/gamesharing
2013-08-31 14:44:35 -07:00
Unknown W. Brackets
08225cad23
Return wrong dialog type in screenshot/gamesharing.
...
Should at least reduce reports of these failing, and give us better info.
May also work more correctly.
2013-08-31 14:42:55 -07:00
Henrik Rydgard
36c45a2d9e
Merge branch 'fix_tigerxdragon_crash' of https://github.com/kaienfr/ppsspp_cn into kaienfr-fix_tigerxdragon_crash
2013-08-31 23:15:07 +02:00
Unknown W. Brackets
74a7376604
Add some reporting and fix some duplicates.
2013-08-31 13:55:51 -07:00
kaienfr
a8557ab839
Fix the crash of game "tiger x dragon"
2013-08-31 21:35:24 +02:00
ufdada
4576f03bd9
Small improvement for fade-in and fade-out sounds in Loco Roco
...
The fade-in and fade-out sounds in Loco Roco are way too long, this small change improves it alot. now the sound that is played after reaching the goal in a level sounds about right.
2013-08-31 18:12:16 +02:00
Henrik Rydgard
67edc28aa5
Add reporting for some configurable systemparams that don't seem very interesting to keep
2013-08-30 23:06:21 +02:00
Henrik Rydgard
0d0b43818c
Warning fixes and stuff
2013-08-30 20:14:16 +02:00
Henrik Rydgård
dbfcecd4fe
Merge pull request #3506 from Kingcom/RecentChanges
...
Change recent list format in ini
2013-08-30 10:55:21 -07:00
Kingcom
13bbd44fe9
Change how the recent list is saved
2013-08-30 19:48:56 +02:00
The Dax
3426c9cb2c
Allow user to specify what system font to use in their respective language's ini file. Fallback on Trebuchet MS if nothing is defined.
2013-08-30 13:33:12 -04:00
Henrik Rydgård
b3f403e4b6
Merge pull request #3484 from makotech222/cwcheat
...
Fix crashing on empty newlines. Increase max cheat list to 128
2013-08-30 00:18:27 -07:00
Unknown W. Brackets
0d0d036522
Clean up MAC address conversion in HLE.
...
Not planning to implement net, but this fixes a potential crash / buffer
overflow, and implements a commonly reported unimplemented function.
2013-08-29 23:47:03 -07:00
Steven Cherry
a2a3613457
Fix crashing on empy newlines. Increase max cheat list to 128
2013-08-29 19:08:31 -05:00
papel
d22e555e4f
Fix volume and name of Latin American languages.
2013-08-29 13:25:29 -03:00
CPkmn
47ae4709ba
Update sceKernelModule.cpp
2013-08-29 01:26:54 -07:00
Unknown W. Brackets
bbe13f1d74
Avoid a crash when a bad video stream is specified.
2013-08-29 00:41:22 -07:00
Unknown W. Brackets
15a0f39fa1
Return yet more errors while inside interrupts.
2013-08-28 23:15:13 -07:00
Unknown W. Brackets
686d893d5c
Return more correct errors inside interrupts.
2013-08-28 22:35:06 -07:00
Unknown W. Brackets
211c2bd955
Refuse a few more waits w/ dispatch/intr disabled.
2013-08-28 22:35:05 -07:00
Unknown W. Brackets
8f25829b06
Change sceAudioOutput* unreseved ch errors.
...
Tests show it should be this other error code.
2013-08-28 22:35:05 -07:00
The Dax
d113254774
Add an option to restore PPSSPP's settings to default. Does not restore controller bindings to default.
2013-08-28 16:25:58 -04:00
Unknown W. Brackets
17a5a42a14
Disable some common waits inside interrupts.
2013-08-27 23:55:37 -07:00
Unknown W. Brackets
61fae4e920
Return proper errors while dispatch disabled.
...
In at least the majority of waits.
2013-08-27 23:55:37 -07:00
Unknown W. Brackets
252bf04c64
sceKernelDelaySysClockThread() cleanup.
...
It doesn't wait either of course.
2013-08-27 23:55:35 -07:00
Unknown W. Brackets
93b461774a
Disable common wait funcs while intr disabled.
...
Per PSP tests.
2013-08-27 23:55:35 -07:00
Unknown W. Brackets
130f664030
Oops, disabling a subintr did not work.
2013-08-27 23:55:34 -07:00
Unknown W. Brackets
9aaad39b46
Disable sceKernelDelayThread() w/intr disabled.
...
But automatically resume the dispatch thread if only it is disabled.
2013-08-27 23:55:34 -07:00
Unknown W. Brackets
1c51564896
Stop practicing thread necromancy.
2013-08-27 23:55:34 -07:00
Henrik Rydgård
5002979fc6
Merge pull request #3447 from thedax/master
...
Cleanup: Remove some unused options, and move some out of the "These are broken" section.
2013-08-27 14:42:47 -07:00
The Dax
d583732e0e
Remove some unused options, and move one out of the "These are broken" section.
2013-08-27 17:36:04 -04:00
Henrik Rydgard
a530d47fcd
Clamp bad audio pitches for safety.
2013-08-27 22:47:45 +02:00
Henrik Rydgard
6360fcb0ae
Add some stats to get some idea of much alpha tested drawing we do.
...
Turns out it's one hell of a lot and we really should fix this by
checking both vertices and textures to deduce when we can just skip
alpha testing safely, probably quite often.
I care about this because alpha testing drawing is very expensive
on some mobile chips.
2013-08-27 21:01:17 +02:00
The Dax
91fe3a8d4c
Remove old comment since this now supports wchar/Unicode.
2013-08-27 08:54:41 -04:00
The Dax
d5c4f6673c
Switch from u32_le to u32, and truncate the user's input if it's too long(so that they still get something entered. It's probably confusing not to enter something).
2013-08-27 08:46:54 -04:00
The Dax
3c303925c9
Change u32_le to u32.
2013-08-27 08:41:59 -04:00
The Dax
f70faaa0c2
Terminate the loop early if it's going to overflow; there's no reason to keep riding it out. Also fix use of uninitialized variable.
2013-08-27 08:08:06 -04:00
The Dax
2e25f00585
Really prevent the possible buffer overflow. This is getting silly.
2013-08-27 08:02:42 -04:00
The Dax
58ca962d89
Prevent possible buffer overflow.
2013-08-27 07:44:32 -04:00
The Dax
05b860c167
Win32: Update OSK bypass with Unicode/wchar/wstring support.
2013-08-27 07:36:46 -04:00
Henrik Rydgård
454d794f9e
Merge pull request #3438 from unknownbrackets/win32-unicode
...
Fix wide char usage in the debugger (garbage func names) and file handling
2013-08-27 01:06:13 -07:00
Henrik Rydgård
5b553d3c45
Merge pull request #3435 from unknownbrackets/audio-minor
...
Clear the mixbuffer when all channels empty
2013-08-27 01:05:20 -07:00
Henrik Rydgård
dde75143ac
Merge pull request #3430 from unknownbrackets/framebuf-wait
...
Watch for consistently high flips, not spurts
2013-08-27 01:04:59 -07:00
Unknown W. Brackets
8ccd3773d9
Open files using wide functions on win32.
...
Fixes #3432 .
2013-08-27 00:28:46 -07:00