pascalorama / smsplusdc

Dreamcast port of the emulator SMS Plus from Charles McDonald
http://www.pascalorama.com
5 stars 3 forks source link

Vmu functions vmufs_write and VMUFS_OVERWRITE dont exist in kos 1.1.8 till kos2.0 #1

Open ianmicheal opened 1 year ago

ianmicheal commented 1 year ago
             from obj/dc_save.c:3:

dc/sms_db.h:6:6: warning: no newline at end of file obj/dc_save.c: In function save_config': obj/dc_save.c:226: warning: assignment from incompatible pointer type obj/dc_save.c: In functionvmu_save_bookmark': obj/dc_save.c:339: warning: assignment from incompatible pointer type obj/dc_save.c: In function VMU_Save': obj/dc_save.c:426: warning: assignment discards qualifiers from pointer tar ype obj/dc_save.c:440:VMUFS_OVERWRITE' undeclared (first use in this function obj/dc_save.c:440: (Each undeclared identifier is reported only once obj/dc_save.c:440: for each function it appears in.) obj/dc_save.c: In function VMU_Save_Compressed': obj/dc_save.c:476: warning: passing arg 2 ofcompress' from incompatible p r type obj/dc_save.c:549: VMUFS_OVERWRITE' undeclared (first use in this function obj/dc_save.c: In functionVMU_Load_Compressed': obj/dc_save.c:566: warning: cast to pointer from integer of different size

No idea what custom thing this is not in kos 1.1.9 or later.. only in the src 2 times..

Etc // Commit the changes if (vmufs_write(dev, filename, pkg_out, pkg_size, VMUFS_OVERWRITE) < 0) { return SAVE_FAILED; }

There is no vmufs_write in kos // commit changes i cant find them ?

Hey pascal hehe.. I can compile the older version with the old save functions but they dont work lol..

ianmicheal commented 1 year ago

NVM i had a backup of this old tool chain from 2003 all works now..