Skip to content

Commit

Permalink
Add PS5 to portable-endian.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolf3s committed Jun 12, 2024
1 parent 9d1cc17 commit 093e1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/portable-endian.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

#elif defined(__linux__) || defined(__CYGWIN__) || defined(ESP_PLATFORM) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)

#if defined(__linux__) || defined(__CYGWIN__) || defined(PS4_PLATFORM) || defined(ESP_PLATFORM)
#if defined(__linux__) || defined(__CYGWIN__) || defined(PS4_PLATFORM) || defined(PS5_PLATFORM) || defined(ESP_PLATFORM)
#include <endian.h>
#else
#include <sys/endian.h>
Expand Down

0 comments on commit 093e1e6

Please sign in to comment.