Commit Graph
45601 Commits
Author SHA1 Message Date
adrian17 6f76e02f4a Fixed compiler warnings 2013-09-29 18:39:12 +02:00
Kingcom d4b05f1763 Better disassembly resizing 2013-09-29 17:30:37 +02:00
Henrik Rydgard b661ae6c41 Add very simple jit viewer screen to dev menu. Add untested emitter for cvt.f32.f16 & c:o. 2013-09-29 13:41:56 +02:00
Henrik Rydgård aaeb3f3fda Merge pull request #3974 from mgaver/patch-8
Update PSPOskDialog.cpp
2013-09-29 02:52:42 -07:00
Henrik Rydgård 7be72ed071 Merge pull request #3969 from thedax/fixUIScaleIssue
Win32: Update the host UI to avoid an UI scaling issue after resetting settings.
2013-09-29 02:52:26 -07:00
Henrik Rydgård 9902d47a70 Merge pull request #3977 from Kingcom/Debugger
Update CPU debugger lists
2013-09-29 02:52:15 -07:00
shenweip 1cb59eb76a Fix savedata. 2013-09-29 17:30:17 +08:00
Kingcom c800b0055d Update CtrlStackTraceView 2013-09-29 11:28:16 +02:00
Kingcom ed9c72e8eb Update CtrlBreakpointList 2013-09-29 11:19:13 +02:00
Henrik Rydgard 99a7ff0973 Fix shader generation issue for desktop PowerVR chips - are there still such things???
Seen in our automatic reports.
2013-09-29 11:17:12 +02:00
Henrik Rydgård 38fbbbb420 Merge pull request #3970 from unknownbrackets/gpu-thread
Fix MT locking, was not really right
2013-09-29 02:03:02 -07:00
Henrik Rydgård ec5e7312ac Merge pull request #3971 from raven02/patch-18
Fix few crashes when vfb->fbo is null when using GE debugger
2013-09-29 02:02:39 -07:00
Henrik Rydgård f9f35f62f0 Merge pull request #3975 from shenweip/patch-9
Win32: Add FXAA to menu item.
2013-09-29 02:02:25 -07:00
Henrik Rydgård 3e6267f12d Merge pull request #3976 from unknownbrackets/minor
Small reporting / exit callback changes
2013-09-29 02:02:14 -07:00
Kingcom 9e2866d618 Update CtrlThreadList 2013-09-29 10:50:18 +02:00
shenweip 3e5b6e6200 Only use a separate btnmake. 2013-09-29 16:21:30 +08:00
mgaver 6be671b8ec Update PSPOskDialog.cpp 2013-09-29 17:12:45 +09:00
Unknown W. Brackets b928f50353 Cleanup sceKernelRegisterExitCallback() per tests. 2013-09-29 01:10:07 -07:00
shenweip 38e744b080 Add FXAA to menu item. 2013-09-29 16:08:52 +08:00
Unknown W. Brackets a7ec139b5a Savestate the exit callback, reporting.
Seems like LoadExecForUser_362A956B() uses it, so we need to save it.
I have no confidence that function works correctly, so let's report it.
2013-09-29 00:19:54 -07:00
Unknown W. Brackets 91d73d0972 Fix one sceHeap func, add reporting. 2013-09-29 00:07:51 -07:00
raven02 50de251aa2 Fix few crashes when vfb->fbo is null when using GE debugger 2013-09-29 13:03:36 +08:00
Unknown W. Brackets c83fa8a3bc Fix MT locking, was not really right. 2013-09-28 20:56:38 -07:00
Unknown W. Brackets 8540497d09 Merge pull request #3966 from thedax/fixAndroidBuild
Fix Android(and probably others) build.
2013-09-28 20:21:36 -07:00
raven02 6c1017c45e Render-to-texture : Remove no longer valid game list comments 2013-09-29 10:52:29 +08:00
The Dax 79af94f4aa Update the host UI to avoid an UI scaling issue after resetting settings to default. 2013-09-28 22:41:47 -04:00
The Dax d0cdcdfe28 Fix Android(and probably others) build. 2013-09-28 22:15:02 -04:00
raven02 c9c7184d60 UI : Shift in-menu items 2013-09-29 09:53:04 +08:00
Henrik Rydgård 3460efe186 Merge pull request #3964 from makotech222/cwcheat
Fixed 0x3 codes which i never knew were broken until i wrote one today.....
2013-09-28 16:46:45 -07:00
Henrik Rydgard 7bb93c3bfe Forgot to re-enable the "single" case of vh2f 2013-09-29 01:43:13 +02:00
Henrik Rydgård 4a6c2e33fa Merge pull request #3965 from Kingcom/GEDebugger
Display lists tab
2013-09-28 16:41:09 -07:00
Kingcom c1690cd3dc Range checks 2013-09-29 01:08:46 +02:00
Kingcom aae0b98cfe Display list tab 2013-09-29 01:02:05 +02:00
Steven Cherry 2d83dbfc40 Fixed 0x3 codes which i never knew were broken until i wrote one today... 2013-09-28 17:33:37 -05:00
Henrik Rydgård 5dd8bab7f8 Merge pull request #3963 from thedax/removeUnusedExtern
Remove unused extern.
2013-09-28 15:20:17 -07:00
The Dax 1c9c2576eb Add comments back in. I promised Unknown I'd add them back in. 2013-09-28 18:18:49 -04:00
The Dax 2f9a909697 Remove unused extern. 2013-09-28 18:15:40 -04:00
Henrik Rydgård 6395c11b46 Merge pull request #3903 from shenweip/patch-ui
Win32: Also receive "More Settings" or "Control Mapping" message in GameSettingsScreen and ControlMappingScreen.
2013-09-28 14:56:46 -07:00
Henrik Rydgård cfb05e66ad Merge pull request #3949 from adrian17/common_cleanup
Common cleanup
2013-09-28 14:54:36 -07:00
Henrik Rydgård 00c4fb43f2 Merge pull request #3939 from thedax/win32MakeMsgTranslatable
Win32: Make savestate slot OSM translatable.
2013-09-28 14:52:34 -07:00
Henrik Rydgard a5d30d2f02 Enable FXAA on mobile. Hopefully the buildbot will copy the shader, too... 2013-09-28 23:51:10 +02:00
adrian17 58d8bc86c5 Removed two functions as they are also in Native/file.
Also, removed TabsToSpaces() from the header as it no longer exists.
2013-09-28 23:05:36 +02:00
Henrik Rydgård 605b3c8cc0 Merge pull request #3961 from makotech222/cwcheat
Fix Bug with GetCodesList skipping lines that don't contain 8 characters...
2013-09-28 13:47:32 -07:00
Steven Cherry d240dbecce Fix Bug with GetCodesList skipping lines that don't contain 8 characters (usually titles) 2013-09-28 15:42:20 -05:00
Henrik Rydgard 976a8ad1ed Update native 2013-09-28 22:31:56 +02:00
Henrik Rydgård 5fba85d62b Merge pull request #3787 from unknownbrackets/softgpu
softgpu: Skip the stencil/depth tests in a clear
2013-09-28 13:25:35 -07:00
Henrik Rydgard 649e830028 Minor cleanup 2013-09-28 22:19:00 +02:00
Henrik Rydgard 171c833c06 Merge branch 'master' of github.com:hrydgard/ppsspp 2013-09-28 22:18:04 +02:00
Henrik Rydgard cb43870cc3 Merge branch 'halffloat'
Conflicts:
	Core/MIPS/x86/CompVFPU.cpp
2013-09-28 22:16:44 +02:00
Henrik Rydgard 20174d9410 Delete the lookup table version of vh2f 2013-09-28 22:15:29 +02:00