Major progress to getting colorchord on Windows TCC
Give it a shot. colorchord2/windows/compile.bat. I am having issues getting sound in.
This commit is contained in:
parent
ed9ac870c0
commit
4f983efbfe
31 changed files with 4581 additions and 63 deletions
|
|
@ -41,6 +41,6 @@ struct DriverInstances * SetupOutDriver( );
|
|||
void RegOutDriver( const char * ron, struct DriverInstances * (*Init)( ) );
|
||||
|
||||
#define REGISTER_OUT_DRIVER( name ) \
|
||||
EXECUTE_AT_BOOT( r##name, RegOutDriver( #name, name ) );
|
||||
void REGISTER##name() __attribute__((constructor)) { RegOutDriver( #name, name ); }
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue