WIP - Fixes merge 3 (it now compiles fully)
This commit is contained in:
parent
5adf64a276
commit
7bc131d023
50 changed files with 947 additions and 3223 deletions
|
@ -18,8 +18,8 @@ int64_t g_uae_epoch = 0;
|
|||
|
||||
int machdep_init (void)
|
||||
{
|
||||
picasso_requested_on = 0;
|
||||
picasso_on = 0;
|
||||
picasso_requested_on = false;
|
||||
picasso_on = false;
|
||||
screen_is_picasso = 0;
|
||||
|
||||
// Initialize timebase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue