Commit Graph
45601 Commits
Author SHA1 Message Date
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
Henrik Rydgård ed1df8fb88 Merge pull request #118 from unknownbrackets/win32-unicode
Open filenames using wide functions on win32
2013-08-27 01:04:19 -07:00
Unknown W. Brackets 379230bd61 Fix a small typo. 2013-08-27 00:35:52 -07:00
Unknown W. Brackets 8ccd3773d9 Open files using wide functions on win32.
Fixes #3432.
2013-08-27 00:28:46 -07:00
Unknown W. Brackets 885e7163ed Open filenames using wide functions on win32. 2013-08-27 00:27:06 -07:00
raven02 7612335992 Minor fix 'useBufferedRendering' bool variable 2013-08-27 15:11:55 +08:00
Unknown W. Brackets 18792f64f9 Fix debugger wstring usage. 2013-08-26 23:54:48 -07:00
Unknown W. Brackets a0db57a5d3 Clear the mixbuffer when all channels empty. 2013-08-26 21:06:26 -07:00
Unknown W. Brackets 57d057d661 Watch for consistently high flips, not spurts. 2013-08-26 20:12:26 -07:00
Henrik Rydgard b6ce0b3d3b Fix some unicode bugs (open file dialog) 2013-08-26 21:32:35 +02:00
Henrik Rydgård 09baf1f4f6 Merge pull request #3426 from Kingcom/MemView
Highlight invalid addresses in memory view
2013-08-26 11:52:48 -07:00
Henrik Rydgard af1ae8fde7 Win32: Set current directory at startup to where the exe is.
Fixes the "out-of-the-box" experience in MSVC.
2013-08-26 20:49:33 +02:00
Kingcom bcad8e285b Merge branch 'master' of https://github.com/hrydgard/ppsspp into MemView
Conflicts:
	Windows/Debugger/CtrlMemView.cpp
2013-08-26 20:41:51 +02:00
Kingcom 4b3d4db43f Display ?? in memory view for invalid addresses 2013-08-26 20:29:24 +02:00
Henrik Rydgård 85270d5898 Merge pull request #3425 from thedax/updateNative
Update native.
2013-08-26 11:22:35 -07:00
The Dax 6a0d9b2bb6 Update native. 2013-08-26 14:18:58 -04:00
Henrik Rydgård a872f70cf0 Merge pull request #117 from thedax/master
Allow newlines in i18n keys.
2013-08-26 11:12:02 -07:00
The Dax 94087bbc6a Amend comment. 2013-08-26 14:01:35 -04:00
The Dax cec2e6cea9 Allow newlines in translation keys. 2013-08-26 13:53:52 -04:00
Henrik Rydgard 49c8d1911f Update native 2013-08-26 19:24:05 +02:00
Henrik Rydgård ff3cc325c8 Merge pull request #116 from thedax/master
Windows build fix.
2013-08-26 10:23:28 -07:00
The Dax 1ac2bd895d Windows build fix. 2013-08-26 13:20:58 -04:00
Henrik Rydgard 3d8e6064d9 Update native with android buildfix 2013-08-26 19:18:10 +02:00
Henrik Rydgard c7bb4d2d6f Android buildfix 2013-08-26 19:17:54 +02:00
Henrik Rydgard 55aa3d13c7 Win32: Switch to a UNICODE build. This took quite a bit of fixing. 2013-08-26 19:00:16 +02:00
Henrik Rydgard a038f612bd Unicode prep 2013-08-26 18:59:08 +02:00
Kingcom 7d9964c5d9 Don't enable memory window at the start 2013-08-26 17:41:31 +02:00
raven02 b2a033b7e0 Add RROR_LOG_REPORT for vertices without position 2013-08-26 22:09:43 +08:00
Henrik Rydgård fdaff2af98 Merge pull request #3418 from theavengerr/master
iOS buildfix
2013-08-26 07:00:05 -07:00
raven02 c0eaa665d5 Uncomment out //if (pos) 2013-08-26 21:24:37 +08:00
the avenger 914392708c iOS buildfix 2013-08-26 06:01:23 -07:00
Henrik Rydgård 9667b9e316 Merge pull request #3387 from raven02/patch-19
Use stenciltest for glblendFuncSeparate()
2013-08-26 05:55:01 -07:00
Kingcom d6009d9e3d Create a single instance of the debug windows and keep them 2013-08-26 14:19:46 +02:00
raven02 2442c24aee Use stenciltest for glblendFuncSeparate()
1
2013-08-26 17:49:59 +08:00
Henrik Rydgård e3d0e4bdfa Merge pull request #3412 from unknownbrackets/power2
Implement volatile memory lock waits
2013-08-26 01:11:10 -07:00
Unknown W. Brackets fa57e23305 Implement volatile memory lock waiting. 2013-08-26 01:04:37 -07:00
Unknown W. Brackets ea2a92a2c8 Seems like these are just aliases. 2013-08-26 01:04:12 -07:00
Henrik Rydgård 21c5121129 Merge pull request #3389 from raven02/patch-20
GLES: Skip GE_LOGIC_COPY for logic ops
2013-08-26 00:50:06 -07:00
raven02 f49a2f7fa0 GLES: Skip GE_LOGIC_COPY for logic ops 2013-08-26 15:48:57 +08:00
Henrik Rydgård 3cc28652f9 Merge pull request #3403 from unknownbrackets/fpl
Improve the FPL implementation
2013-08-26 00:25:00 -07:00
Henrik Rydgård d33cea7c29 Merge pull request #3406 from makotech222/cwcheat
Re-enable cheats on android
2013-08-26 00:18:45 -07:00
Henrik Rydgård eee66f9cac Merge pull request #3410 from unknownbrackets/scheduling
Reschedule after resuming interrupts
2013-08-26 00:18:34 -07:00
Unknown W. Brackets cf9f92e12f Reschedule after resuming interrupts. 2013-08-25 22:38:45 -07:00
Steven Cherry e6d371c675 Re-enable cheats on android 2013-08-25 21:09:23 -05:00
Unknown W. Brackets 354dbfec6c Improve some reporting of options structs. 2013-08-25 16:43:47 -07:00
Unknown W. Brackets d547d2b391 Implement sceKernelCancelMutex(). 2013-08-25 16:38:49 -07:00
Unknown W. Brackets 18832f3ca7 Wrap sceKernelFreeFpl() and use better errors. 2013-08-25 16:38:49 -07:00
Unknown W. Brackets 6c6aa1b8ee Wrap sceKernelAllocateFpl() and friends. 2013-08-25 16:38:49 -07:00
Unknown W. Brackets 61e240f482 Allocate fpl blocks in a ring, like the PSP. 2013-08-25 16:38:48 -07:00