File tree 2 files changed +27
-1
lines changed
2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 408
408
loadsave_meter : yes ,
409
409
} ,
410
410
411
+ ps2 :
412
+ {
413
+ platform : "ps2" ,
414
+ description : "PlayStation 2" ,
415
+ architecture : "MIPS (ELF)" ,
416
+ endian : "Little" ,
417
+ toolchain : "gcc 11.3.0 <br> binutils 2.38" ,
418
+ packaged : ZIP ,
419
+ stack_protector : _FAULTY ( ) ,
420
+ layer_rendering : yes ,
421
+ module_engine : xmp ,
422
+ adlib_engine : rad ,
423
+ ogg_vorbis : libvorbis ,
424
+ optimization : size ,
425
+ sdl : sdl2 ,
426
+ editor : no_low_memory ,
427
+ helpsys : no_low_memory ,
428
+ audio : yes ,
429
+ software : yes ,
430
+ network : _FAULTY ( ) ,
431
+ updater : no_updater ,
432
+ png : yes ,
433
+ hashtables : yes ,
434
+ loadsave_meter : yes ,
435
+ } ,
436
+
411
437
psp :
412
438
{
413
439
platform : "psp" ,
Original file line number Diff line number Diff line change 51
51
// DJGPP may be running on exceptionally slow hardware.
52
52
53
53
#if defined(CONFIG_NDS ) || defined(CONFIG_3DS ) || defined(CONFIG_SWITCH ) || \
54
- defined(CONFIG_PSVITA ) || defined(CONFIG_DJGPP )
54
+ defined(CONFIG_PSVITA ) || defined(CONFIG_DJGPP ) || defined( CONFIG_PS2 )
55
55
#define ZIP_WRITE_DATA_DESCRIPTOR
56
56
#endif
57
57
You can’t perform that action at this time.
0 commit comments