-
Couldn't load subscription status.
- Fork 2
[WIP] AmigaOS 3.x Support #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…aOS3 # Conflicts: # src/SDL.c
Reintroduce __AMIGADATE__ for Makefile based $VER string
Add dummy cdrom driver
Co-Authored-By: capehill <juha.niemimaki@gmail.com>
Co-Authored-By: capehill <juha.niemimaki@gmail.com>
| #endif | ||
|
|
||
| #ifndef _UINT32_T_DECLARED | ||
| typedef unsigned int uint32_t; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A similar line in https://github.com/AmigaPorts/libSDL12/blob/324f6bc150eea7fbf25a0fb9a4d26f1ef6b9d984/include/SDL/SDL_config_amigaos.h#L53 caused a hard-to-diagnose link error in diasurgical/DevilutionX#7996 (comment)
Continuation of AmigaPorts/SDL#128