Commit Graph
14759 Commits
Author SHA1 Message Date
Henrik Rydgård e3762b8009 Merge pull request #1321 from unknownbrackets/osk-fix
Convert the OSK params to utf-8, not ASCII
2013-04-18 00:31:11 -07:00
Unknown W. Brackets 4920cd3eea Use replacement chars for unknown PPGe characters. 2013-04-17 23:25:40 -07:00
Unknown W. Brackets 0cceca05a1 Convert the OSK params to utf-8, not ASCII. 2013-04-17 22:51:06 -07:00
danieru 6a84a6e4ea Make analog joystick input get clamped to a circle
In common case this only costs two floating point multiplies.
Uncommon case requires a square root.
2013-04-17 22:53:38 -06:00
raven02 a301560fd7 lO 2013-04-18 08:36:39 +08:00
raven02 651644cd0d Comsetic fix : OSK dialog 2013-04-18 07:43:09 +08:00
raven02 85d1275efd Comsetic fix : Message dialog 2013-04-18 07:07:32 +08:00
raven02 9bdd615bcb Comsetic fix : YesNo Button 2013-04-18 07:06:44 +08:00
raven02 12651bc7e0 Fix oversize circle button in UI 2013-04-18 07:03:43 +08:00
Henrik Rydgard b8eac3330b PPGe save state fix 2013-04-17 21:43:45 +02:00
Henrik Rydgard b12fc6e7aa UTF8-enable PPGE and add hiragana and katakana, let's see if this is enough. 2013-04-17 20:51:02 +02:00
Henrik Rydgard d1bcc8afd4 Switch main UI font to one built to include Hiragana and Katakana. Don't know if that is enough.
Also includes more western characters so I can write my name right :)
2013-04-17 16:39:01 +02:00
CrazyMax e864569d0c Windows: add Force Input Device option; 2013-04-16 17:34:20 +03:00
Henrik Rydgård eb371c4650 Merge pull request #1302 from raven02/patch-19
Cosmetic fix to message dialog
2013-04-16 06:48:29 -07:00
raven02 250a714e2b combine PPGeDrawRect()/PPGeDrawImage() 2013-04-16 20:55:27 +08:00
raven02 eff7ad2531 Combine PPGeDrawImage() and PPGeDrawText() 2013-04-16 20:52:35 +08:00
raven02 39a13b16cb combine PPGeDrawRect() 2013-04-16 20:47:46 +08:00
raven02 503baca884 Buildfix 2013-04-16 19:34:52 +08:00
raven02 acdee3dbfd Cosmetic : message Dialog 2013-04-16 19:21:47 +08:00
raven02 22b24af7ea Cosmetic : YesNo Dialog 2013-04-16 19:20:42 +08:00
Henrik Rydgård f55bb17c69 Merge pull request #1299 from raven02/patch-18
Invalid volume check in sceAudio()
2013-04-16 04:04:53 -07:00
raven02 e4e2098279 Better formatting for volume check 2013-04-16 17:15:16 +08:00
raven02 d07bd499a7 Add SCE_ERROR_AUDIO_INVALID_VOLUME 2013-04-16 15:48:17 +08:00
Unknown W. Brackets 9f653d4e99 Fix savedata list failing if you had many saves. 2013-04-16 00:47:47 -07:00
raven02 f126e56392 Invalid volume check in sceAudio() 2013-04-16 15:46:39 +08:00
raven02 9bd8531110 Add Memory::IsValidAddress to sceAtracGetSoundSample() 2013-04-16 15:19:07 +08:00
Unknown W. Brackets c1d72b4210 Fix sceIoCloseAsync so it closes on wait.
Oops.
2013-04-16 00:16:22 -07:00
raven02 fd1bc40c07 Few more updates to sceAtracGetSoundSample() & sceAtracGetSecondBufferInfo 2013-04-16 15:12:19 +08:00
raven02 b9b01cc05a More update to sceAtrac 2013-04-16 14:03:24 +08:00
Henrik Rydgard ce9cf6e081 Revert parts of pull request 1291 2013-04-15 21:00:55 +02:00
raven02 2d6f762f87 Comment out MAKE/READ/WRITEDATA 2013-04-15 23:31:17 +08:00
raven02 5fd3a36534 Bind MAKE/READ/WRITE to corresponding MAKE/READ/WRITESECURE 2013-04-15 21:44:12 +08:00
raven02 1c9a8d9d49 Add remaining 6 savedata type functions 2013-04-15 21:42:42 +08:00
Henrik Rydgård 8fd5328cc0 Merge pull request #1263 from raven02/patch-10
Improve bunch of functions in sceAtrac
2013-04-15 05:39:47 -07:00
Unknown W. Brackets 1bb66ea7eb Respect looping in sceMp3Decode(). 2013-04-15 02:00:03 -07:00
Henrik Rydgård 16fa7bf494 Merge pull request #1288 from unknownbrackets/callbacks2
Make sceKernelNotifyCallback() error if invalid cb passed
2013-04-15 01:23:20 -07:00
Henrik Rydgård e1b1e6af85 Merge pull request #1286 from unknownbrackets/tls-object
Basic support for the new TLS object functions
2013-04-15 01:22:48 -07:00
Henrik Rydgård bcfcb50e2e Merge pull request #1285 from raven02/patch-15
Get a chance to toggle linear filtering in Andriod/iOS
2013-04-15 01:20:56 -07:00
Unknown W. Brackets efd71e2444 Make sceKernelNotifyCallback() error if invalid cb.
Which makes Numblast clearly happy.
2013-04-14 23:45:46 -07:00
Unknown W. Brackets 9ce8c07530 Reschedule the timeout event on callback end.
Darn, missed that 3 times before I caught it.
2013-04-14 21:34:33 -07:00
Unknown W. Brackets 200ec55c61 sceKernelWaitEventFlagCB() calls callbacks first. 2013-04-14 21:31:41 -07:00
Unknown W. Brackets 9b80ae2ee0 Make event flags wait / do callbacks correctly. 2013-04-14 21:18:00 -07:00
raven02 d899d45309 Use 12 recent items for both Andriod/iOS & Windows plaform 2013-04-15 08:23:57 +08:00
Unknown W. Brackets e77647a394 Basically working implementation of TLS funcs.
But doesn't wait at all, which it should.
2013-04-14 16:36:02 -07:00
Unknown W. Brackets b2faa57b5b Savestate the sdkver and compiler version.
Oops, should've caught this before.
2013-04-14 14:43:27 -07:00
Unknown W. Brackets a68798225a Give ThreadManForUser_8DAFF657 and friends a name.
Calling allocate on the same thread gives the same ptr, but on a different
one it waits or returns a new ptr.

Let's call it thread local storage for now.
2013-04-14 13:02:01 -07:00
Unknown W. Brackets 88b8df7b7b Add some missing stubs to threadman. 2013-04-14 12:52:10 -07:00
Henrik Rydgard 1adb52fa03 Fix for gameinfo cache clearing, etc. 2013-04-14 13:01:01 +02:00
Henrik Rydgard 037bda0cbe Faster turbo mode for android. Causes flashing in unbuffered but that's a minor issue. 2013-04-14 12:46:24 +02:00
Henrik Rydgard 7972f98739 Move onscreen turbo to left of select. Force frameskip when unthrottled. 2013-04-14 12:11:49 +02:00