Overview
Comment: | Fix compiling for Wii for real |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4f02a0bfcce95ad5cdf58f9046ea4087 |
User & Date: | js on 2024-11-03 16:44:51 |
Other Links: | manifest | tags |
Context
2024-11-03
| ||
23:52 | runtime: Fix handling C++ exceptions check-in: 691290ca0f user: js tags: trunk | |
16:44 | Fix compiling for Wii for real check-in: 4f02a0bfcc user: js tags: trunk | |
16:17 | GitHub Actions: Fix MinGW with GCC on Fedora check-in: d14ff4a3bd user: js tags: trunk | |
Changes
Modified src/hid/OHWiiGameController.m from [d5aadbe9cd] to [27d5c09680].
︙ | |||
18 19 20 21 22 23 24 25 26 27 28 29 30 31 | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | + + | */ #include "config.h" #import "OHWiiGameController.h" #import "OFArray.h" #import "OFDictionary.h" #import "OHGameController.h" #import "OHGameController+Private.h" #import "OHGameControllerButton.h" #import "OHGameControllerDirectionalPad.h" #import "OHWiiClassicController.h" #import "OHWiiClassicController+Private.h" #import "OHWiimote.h" #import "OHWiimote+Private.h" #import "OHWiimoteWithNunchuk.h" |
︙ |