There isnt a way to do that.
And MCs dont have volume names.
Search found 246 matches
- Thu Dec 24, 2009 7:54 am
- Forum: PS2 Development
- Topic: FAT volume name
- Replies: 1
- Views: 5797
- Tue Feb 24, 2009 7:33 am
- Forum: PS2 Development
- Topic: Release: RadMenu
- Replies: 32
- Views: 25367
The rest of it is in the svn repository on this site. http://svn.ps2dev.org/listing.php?repna ... rev=0&sc=0
- Mon Feb 23, 2009 10:13 am
- Forum: PS2 Development
- Topic: Release: RadMenu
- Replies: 32
- Views: 25367
Source is on the website http://radad.110mb.com/software/ps2/radmenu.html
- Sat Feb 21, 2009 12:18 pm
- Forum: PS2 Development
- Topic: Release: RadMenu
- Replies: 32
- Views: 25367
- Tue Feb 10, 2009 8:56 am
- Forum: PS2 Development
- Topic: Release: RadShell
- Replies: 45
- Views: 214905
Re: Release: RadShell
RadShell 0.6 released. New features:
Improved 'stat' output
Fixed an issue with 'del' return values
Added the 'sleep' command
Added the 'store' command
Added environment variables
Added NULL output redirection
Initial rsh is dependent on the elf name
Improved 'stat' output
Fixed an issue with 'del' return values
Added the 'sleep' command
Added the 'store' command
Added environment variables
Added NULL output redirection
Initial rsh is dependent on the elf name
- Sat Feb 07, 2009 11:47 am
- Forum: PS2 Development
- Topic: gsKit troubles...
- Replies: 10
- Views: 6015
Thats right, include gskit and dmakit on your link line.
I usually use this:
I usually use this:
Code: Select all
EE_INCS += -I$(GSKIT)/include
EE_LDFLAGS += -L$(GSKIT)/lib
EE_LIBS += -lgskit -ldmakit
- Sat Feb 07, 2009 11:22 am
- Forum: PS2 Development
- Topic: gsKit troubles...
- Replies: 10
- Views: 6015
- Sat Feb 07, 2009 11:09 am
- Forum: PS2 Development
- Topic: gsKit troubles...
- Replies: 10
- Views: 6015
- Sat Feb 07, 2009 10:48 am
- Forum: PS2 Development
- Topic: gsKit troubles...
- Replies: 10
- Views: 6015
Where did this directory come from: /home/craig/.local/share/Trash/files/gsKit-0.2 Thats not where you invoked the make from. Also the `pwd` wasnt expanded initially but was later. What shell are you using? Then later in `/home/craig/.local/share/Trash/files/gsKit-0.2/ee/gs/src' you get this error: ...
- Sat Feb 07, 2009 9:17 am
- Forum: PS2 Development
- Topic: gsKit troubles...
- Replies: 10
- Views: 6015
- Thu Jan 29, 2009 9:08 am
- Forum: PS2 Development
- Topic: gsKit with some bugfixes, features, and stuff
- Replies: 36
- Views: 25108
gsKit builds fine for me but I did just fix something in the makefile. PS2DEV was been set to '~/ps2dev' and the '~' wasnt working properly so I changed it to '$HOME/ps2dev'. Also I changed so it didnt reset PS2DEV if it was already set. This looks wrong: export GSKITSRC=$PS2DEV/gsKit GSKITSRC shoul...
- Thu Jan 22, 2009 7:50 pm
- Forum: Patch Submissions
- Topic: Makefile structure patch and ps2cam.irx patch
- Replies: 4
- Views: 8587
- Mon Jan 19, 2009 10:27 am
- Forum: Patch Submissions
- Topic: Makefile structure patch and ps2cam.irx patch
- Replies: 4
- Views: 8587
Isnt the '-c' option necessary to stop it attempting to link? In ee/rpc/audsrv/sample/Makefile you have removed the link flags, they should probably be included as well. Actually can this makefile be changed to use the standard sample makefile include to keep things consistent? Looking through the g...
- Sun Jan 18, 2009 8:57 am
- Forum: PS2 Development
- Topic: ps2ip_init() hangs?...again
- Replies: 16
- Views: 8283
- Sat Jan 17, 2009 11:56 am
- Forum: PS2 Development
- Topic: ps2ip_init() hangs?...again
- Replies: 16
- Views: 8283
If you have a look in iop/dev9/dev9/src/imports.lst you can find out its dependencies:
poweroff should be the only one you need to load, the rest are loaded as standard.
Code: Select all
dmacman
intrman
loadcore
poweroff
stdio
thbase
thsemap
- Sat Jan 17, 2009 10:06 am
- Forum: PS2 Development
- Topic: ps2ip_init() hangs?...again
- Replies: 16
- Views: 8283
You should check the return from SifExecModuleBuffer (I am not talking about the last parameter). A value of -200 means there is a dependency error and the module wasnt loaded. IOMANX is the iop side of the rpc functions for file access. On the ee side its the fileXio* functions defined in ee/rpc/fi...
- Sat Jan 17, 2009 9:58 am
- Forum: PS2 Development
- Topic: crt0 not working correctly
- Replies: 14
- Views: 8778
- Fri Jan 16, 2009 10:48 am
- Forum: General Discussion
- Topic: windows for ps2
- Replies: 14
- Views: 340912
'Alpha' is a kind of computer not a release stage. They dont make them anymore though. Early NT supported about half a dozen different computers. We had an Window NT on Alpha at work for a while. It could even run x86 executables using just-in-time compilation technology called Fx32. And like J.F. s...
- Thu Jan 15, 2009 9:22 pm
- Forum: Patch Submissions
- Topic: fseek regression fix & crt0.s fix & more
- Replies: 21
- Views: 21816
- Thu Jan 15, 2009 7:27 pm
- Forum: PS2 Development
- Topic: crt0 not working correctly
- Replies: 14
- Views: 8778
- Thu Jan 15, 2009 7:12 pm
- Forum: Patch Submissions
- Topic: fseek regression fix & crt0.s fix & more
- Replies: 21
- Views: 21816
- Thu Jan 15, 2009 7:01 pm
- Forum: PS2 Development
- Topic: crt0 not working correctly
- Replies: 14
- Views: 8778
- Wed Jan 14, 2009 4:25 pm
- Forum: Patch Submissions
- Topic: fseek regression fix & crt0.s fix & more
- Replies: 21
- Views: 21816
- Wed Jan 14, 2009 3:49 pm
- Forum: Patch Submissions
- Topic: fseek regression fix & crt0.s fix & more
- Replies: 21
- Views: 21816
You cant just use %d or %lld, you have to match the right one with the right type of the variable you are trying to print. Your results above show the casting is happening as expected. So there is no difference between (signed int) and (int) - as it should be. off64_t is a 'long long' isnt it? What ...
- Wed Jan 14, 2009 2:44 pm
- Forum: Patch Submissions
- Topic: fseek regression fix & crt0.s fix & more
- Replies: 21
- Views: 21816
I didnt notice this before but it looks like someone deliberately broke negative seeks:
Code: Select all
// The request below is modified as suggested by EEUG to allow
// large offsets up to (2**32-1) in size
- Wed Jan 14, 2009 2:37 pm
- Forum: Patch Submissions
- Topic: fseek regression fix & crt0.s fix & more
- Replies: 21
- Views: 21816
- Wed Jan 14, 2009 1:36 pm
- Forum: Patch Submissions
- Topic: fseek regression fix & crt0.s fix & more
- Replies: 21
- Views: 21816
- Wed Jan 14, 2009 1:17 pm
- Forum: Patch Submissions
- Topic: fseek regression fix & crt0.s fix & more
- Replies: 21
- Views: 21816
- Wed Jan 14, 2009 10:48 am
- Forum: PS2 Development
- Topic: sleep(seconds/milliseconds) ?
- Replies: 22
- Views: 14960
- Wed Jan 14, 2009 10:27 am
- Forum: PS2 Development
- Topic: sleep(seconds/milliseconds) ?
- Replies: 22
- Views: 14960
You need to call it too:
Code: Select all
void _ps2sdk_time_init(void);
....
int main(int argc, char *argv[])
{
_ps2sdk_time_init();
SifInitRpc(0);
....