flycast/core/linux
namtsui a1472fb190
OpenBSD 7.2 patches (#953)
* OpenBSD: BSS is immutable so mark it as mutable so that mprotect RWX works

see: mimmutable(1)
bc009f82ea

* OpenBSD does not have mcontext_t

<signal.h> provides `typedef struct sigcontext ucontext_t;'.
take register names from <machine/signal.h>, which provides struct
sigcontext.

see:
1a13d3ae4e

* OpenBSD uses major.minor for shared libs, so properly dlopen libGL.so

* OpenBSD remove redefinition of swap16

* OpenBSD: SDL2 controller detection

Use sdl_open_joystick() to open controllers on startup instead of
SDL_JOYDEVICEADDED event, which never gets detected.

* OpenBSD does not have mcontext_t but linux does
2023-02-28 18:22:45 +01:00
..
common.cpp cleanup include headers 2023-01-26 10:06:51 +01:00
context.cpp OpenBSD 7.2 patches (#953) 2023-02-28 18:22:45 +01:00
libnx_vmem.cpp verify() must not call a function with side-effect 2022-12-16 20:40:23 +01:00
posix_vmem.cpp verify() must not call a function with side-effect 2022-12-16 20:40:23 +01:00
unwind_info.cpp android: since ndk23 exceptions traversing dynarec blocks cause a crash 2023-01-15 19:31:44 +01:00