ObjFW  Check-in [1f4f5e1e3c]

Overview
Comment:Fix compiling for Wii
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1f4f5e1e3cddecdfb08d9009e4b30beb6c59cc43e296be9cc15f56929a0df2a8
User & Date: js on 2024-11-03 16:01:51
Other Links: manifest | tags
Context
2024-11-03
16:17
GitHub Actions: Fix MinGW with GCC on Fedora check-in: d14ff4a3bd user: js tags: trunk
16:01
Fix compiling for Wii check-in: 1f4f5e1e3c user: js tags: trunk
15:56
GitHub Actions: Add MinGW with GCC on Fedora check-in: a77bb2825d user: js tags: trunk
Changes

Modified src/hid/OHWiiGameController.m from [506a0cd649] to [d5aadbe9cd].

25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#import "OHGameControllerButton.h"
#import "OHGameControllerDirectionalPad.h"
#import "OHWiiClassicController.h"
#import "OHWiiClassicController+Private.h"
#import "OHWiimote.h"
#import "OHWiimote+Private.h"
#import "OHWiimoteWithNunchuk.h"
#import "OHWiimoteWithNunchuk+Private.h"

#import "OFInitializationFailedException.h"
#import "OFInvalidArgumentException.h"
#import "OFReadFailedException.h"

#define asm __asm__
#include <wiiuse/wpad.h>







<







25
26
27
28
29
30
31

32
33
34
35
36
37
38
#import "OHGameControllerButton.h"
#import "OHGameControllerDirectionalPad.h"
#import "OHWiiClassicController.h"
#import "OHWiiClassicController+Private.h"
#import "OHWiimote.h"
#import "OHWiimote+Private.h"
#import "OHWiimoteWithNunchuk.h"


#import "OFInitializationFailedException.h"
#import "OFInvalidArgumentException.h"
#import "OFReadFailedException.h"

#define asm __asm__
#include <wiiuse/wpad.h>