Commit Graph

8103 Commits

Author SHA1 Message Date
Unknown W. Brackets
6804f239b4 sceAudioOutputPannedBlocking() bad volume check. 2013-09-05 01:01:57 -07:00
Unknown W. Brackets
3ff6bc6060 Don't block a null enqueue if already empty. 2013-09-05 00:57:53 -07:00
Unknown W. Brackets
19c4c20f46 Correct sceAudioOutput2GetRestSample().
Should be samples, not bytes.
2013-09-05 00:50:20 -07:00
Sacha
649ba06b37 Someone forgot this include. 2013-09-05 05:00:00 +10:00
Henrik Rydgård
ef075e1603 Merge pull request #3629 from lioncash/master
Fix a null check in sceKernel.cpp
2013-09-04 11:27:19 -07:00
Lioncash
1583bcb499 Fix a null check in sceKernel.cpp
Since CreateByIDType() can return null, it seems odd that this would be after the statement "pool[i]->uid = i + handleOffset;"
2013-09-04 14:19:32 -04:00
Henrik Rydgård
b4d8afd27c Merge pull request #3628 from lioncash/master
Fix a null check
2013-09-04 11:14:02 -07:00
Henrik Rydgård
c256b5d750 Merge pull request #3625 from thedax/fixMinorIssues
Win32 UI: Translate "PPSSPP Chinese Forum" from [DesktopUI], not [PSPCredits].
2013-09-04 11:09:05 -07:00
Lioncash
02ec457cc9 Fix a null check 2013-09-04 14:07:52 -04:00
The Dax
137628e0ba Translate "PPSSPP Chinese Forum" from [DesktopUI], not [PSPCredits].
This will let the text have a keyboard shortcut. I forgot about that part.
2013-09-04 12:44:12 -04:00
Henrik Rydgård
48a9be6126 Merge pull request #3622 from thedax/fixMinorIssues
GameSettingsScreen: Use host->UpdateUI instead of a Platform-dependent method.
2013-09-04 08:24:47 -07:00
The Dax
471a9990e5 Change PostMessage to host->UpdateUI(). 2013-09-04 11:22:53 -04:00
Henrik Rydgard
00b1fd6a75 Remove unnecessary RecreateViews call. 2013-09-04 17:21:13 +02:00
Henrik Rydgard
e84442f41d Delete the old gentest.py (better one is in pspautotests) 2013-09-04 17:21:13 +02:00
Henrik Rydgård
d066fafa2e Merge pull request #3621 from thedax/dynamicUITranslation
Win32 UI: Append to help menu by Command, not Position.
2013-09-04 08:20:51 -07:00
The Dax
24ead6c9c4 Append by command, not position. Seems to have no functional difference, but I'm correcting it more
for semantics.
2013-09-04 11:14:39 -04:00
Henrik Rydgård
e3f6df2d1f Merge pull request #3620 from thedax/dynamicUITranslation
Win32 UI: Create Help menu dynamically.
2013-09-04 08:14:24 -07:00
The Dax
45902894ba Rename a few variables relating to the Language menu. 2013-09-04 11:11:18 -04:00
The Dax
802cb7d194 Win32 UI: Create Help menu dynamically.
Allows for menu items to be added easily at run-time(for things like the Chinese forum, etc.).
2013-09-04 11:03:13 -04:00
Henrik Rydgård
21aa129c8b Merge pull request #3618 from kaienfr/show_accelerator_Memview
Show accelerator Ctrl+M for menu Memory viewer.
2013-09-04 07:41:35 -07:00
kaienfr
27816f9d93 Show accelerator Ctrl+M for menu Memory viewer. 2013-09-04 15:55:52 +02:00
Henrik Rydgård
9930ecbab7 Merge pull request #3604 from thedax/dynamicUITranslation
Win32 UI: Add a runtime created Language submenu.
2013-09-04 05:48:16 -07:00
Henrik Rydgard
1c422d41ce Enable Arabic on Windows where we are using system fonts that can handle it. 2013-09-04 14:47:01 +02:00
The Dax
a582ca2034 Move a few things around. 2013-09-04 08:41:57 -04:00
The Dax
55de73d05d Move Language up to be a main menu item. It doesn't really belong anywhere else currently, but it could be moved later after the upcoming DesktopUI reorganization. 2013-09-04 08:28:04 -04:00
The Dax
3f6361831e Rename "System Language" to just "Language". 2013-09-04 08:00:50 -04:00
The Dax
e0b33d818f Create the separator one position above the System Language menu instead of appending it. 2013-09-04 08:00:50 -04:00
The Dax
ece5173b82 memset the MENUITEMINFO just to be safe. 2013-09-04 08:00:50 -04:00
The Dax
02a4079540 Clarify a comment. 2013-09-04 08:00:50 -04:00
The Dax
7452a54e1b Reorder the enum slightly. 2013-09-04 08:00:50 -04:00
The Dax
aebd5156a5 Win32 UI: Add a System Language menu that's dynamically created. Also fix several small bugs where the UI wouldn't switch languages on the Pause screen, and in a couple other spots. 2013-09-04 08:00:50 -04:00
Henrik Rydgård
d69d33b0da Merge pull request #3614 from vnctdj/patch-1
Fix typo
2013-09-04 04:55:42 -07:00
vnctdj
bab45ec601 Fix typo 2013-09-04 13:48:22 +02:00
Henrik Rydgard
b054f1d6e0 Revert "Add depthTest along with stencilTest since depth Fail/ZPass test used ."
This reverts commit 6624bb8100.
2013-09-04 13:31:58 +02:00
Henrik Rydgard
18c2342ea9 Move unicode text out to assets/langregion.ini . Gah. 2013-09-04 13:25:57 +02:00
Henrik Rydgard
1e2ecfd2ca Draw the credits scroller using system font drawer 2013-09-04 12:38:52 +02:00
Henrik Rydgard
ad620e463a Detect language on first boot on Windows (Vista+) and Android 2013-09-04 12:08:22 +02:00
Henrik Rydgård
8e6b031d9b Merge pull request #3611 from Kingcom/Fix
Add another check to PopupMultiChoice
2013-09-04 02:38:00 -07:00
Henrik Rydgård
d98d0a7c84 Merge pull request #3612 from raven02/patch-10
Continue previous prim command when it was a STRIP or FAN
2013-09-04 02:37:30 -07:00
Henrik Rydgård
1c42964c59 Merge pull request #3596 from wuspring/shortenkey
Make "OK" and "Cancel" in PromptScreen traslatable.
2013-09-04 02:36:28 -07:00
Henrik Rydgard
ae92e75281 Windows: Create opengl context with stencil buffer 2013-09-04 11:31:59 +02:00
Henrik Rydgard
c845da2887 Switch System_GetName to System_GetProperty 2013-09-04 11:31:40 +02:00
raven02
4866a992ec Break if vertex count = 0 2013-09-04 17:14:49 +08:00
raven02
bf5741a1f4 Continue previous prim command when it was a STRIP or FAN 2013-09-04 17:12:53 +08:00
Henrik Rydgård
159e366a16 Merge pull request #3610 from raven02/patch-9
TRXKICK : Add memory valid check for srcBasePtr & dstBasePtr
2013-09-04 02:00:56 -07:00
Kingcom
77067094c7 Take minVal into account 2013-09-04 11:00:42 +02:00
raven02
e0a9d8e1a6 Add BlockTransfer: to ERROR_LOG_REPORT 2013-09-04 16:58:52 +08:00
Henrik Rydgård
4091efc71d Merge pull request #3589 from vnctdj/patch-4
Move some translations (papel's work updated)
2013-09-04 01:58:49 -07:00
Kingcom
6471dd2363 Add another check to PopupMultiChoice 2013-09-04 10:58:31 +02:00
Henrik Rydgård
0267adeaac Merge pull request #3609 from raven02/patch-8
Cleanup and add GE_PATCHPRIM_UNKNOWN=3
2013-09-04 01:56:09 -07:00