Skip to content

Commit

Permalink
Attempt to fix PS4/ORBIS CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaupt committed Feb 18, 2024
1 parent 78c313a commit 92a9f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/input_keymaps.c
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ const struct rarch_key_map rarch_key_map_x11[] = {
};
#endif

#if defined(__linux__) || defined(HAVE_WAYLAND) || defined(__FreeBSD__)
#if defined(__linux__) || defined(HAVE_WAYLAND) || defined(__FreeBSD__) && !defined(__PS4__)
/* Note: Only one input can be mapped to each
* RETROK_* key. If several physical inputs
* correspond to the same key, these inputs
Expand Down

0 comments on commit 92a9f9b

Please sign in to comment.