
PSP3000开发
gnimgnot
这个作者很懒,什么都没留下…
展开
-
PSP开发--[3]PSP错误代码
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->* UKN9000001 = The update cannot be started. The data is corrupted. * DADADA = The game could原创 2012-12-26 11:20:17 · 1337 阅读 · 0 评论 -
PSP开发--[C++]接收按键控制
padctrl.cppCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include pspkernel.h>#include pspdebug.h> #include pspdisplay.h>#include pspctrl.h>#inc原创 2012-12-26 11:20:26 · 873 阅读 · 0 评论 -
PSP开发--[1]安装cygwin
http://www.psp-programming.com/forums/index.php?action=globalAnnouncements;id=1 提示:-如果你是linux系统,直接看第5步。可能只需要安装一些库就行了,如果是基于debian的系统: Code highlighting produced by Actipro CodeHighlighter (fr原创 2012-12-26 11:20:12 · 1066 阅读 · 0 评论 -
PSP开发--[C]HelloWorld
MakefileCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->TARGET = helloworldOBJS = helloworld.oCFLAGS = -O2 -G0 -WallCXXFLAGS = $(CFLAGS) -fno-exce原创 2012-12-26 11:20:19 · 646 阅读 · 0 评论 -
PSP开发--[C++]编译C++的makefile
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->TARGET = helloworldOBJS = helloworld.oBUILD_PRX = 1PSP_FW_VERSION = 371# C编译器参数 CFLAGS = -O2 -G0 -Wall原创 2012-12-26 11:20:22 · 903 阅读 · 0 评论 -
PSP开发--PBP文件格式说明
PBP文件实际上是一个文件容器,其中可能容纳的文件格式包括:说明文件 (PARAM.SFO) 预览图 (ICON0.PNG) 预览视频 (ICON1.PMF) 介绍图片 (PIC0.PNG) 背景图 (PIC1.PNG) 音乐 (SND0.AT3) 执行数据 (DATA.PSP) 其他数据文件 (DATA.PSAR) 这些文件之间没有任何分隔符,PBP文原创 2012-12-26 11:20:24 · 3763 阅读 · 0 评论 -
PSP开发--[IDE]CodeBlocks with DevKitPSP
需要下载的东西DevkitPSP: http://sourceforge.net/project/showfiles.php?group_id=114505&package_id=157350Codeblocks: http://www.codeblocks.org/1,安装 DevKitPSP 和 Codeblocks. 假设DevKitPSP安在 C:\DevKitPSP.2,打开 Cod原创 2012-12-26 11:20:34 · 1051 阅读 · 0 评论 -
PSP开发--[2]开发环境
介于cygwin的下载以及配置会比较麻烦。可以直接下载集成好的开发环境:1,下载toolchain/compiler + PSPSDK http://dl.qj.net/download/pspdev-for-win32.html2,解压3,运行exe文件安装到 X:\pspdev\ 目录下 4,在X:\pspdev\ 下建立一下.bat文件,内容如下:start.bat原创 2012-12-26 11:20:14 · 1094 阅读 · 0 评论 -
PE文件格式[2]
DOS-stub and Signature----------------------The concept of a DOS-stub is well-known from the 16-bit-windows-executables (which were in the "NE" format). The stub is used forOS/2-executables, self-ex原创 2012-12-26 11:20:44 · 707 阅读 · 0 评论