Skip to content

Commit e21e3be

Browse files
committed
Add PS2 port to platform matrix.
1 parent 79cde62 commit e21e3be

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

docs/platform_matrix.html

+26
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,32 @@
408408
loadsave_meter: yes,
409409
},
410410

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+
411437
psp:
412438
{
413439
platform: "psp",

src/io/zip.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
// DJGPP may be running on exceptionally slow hardware.
5252

5353
#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)
5555
#define ZIP_WRITE_DATA_DESCRIPTOR
5656
#endif
5757

0 commit comments

Comments
 (0)