mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-24 10:32:32 +00:00
- find_visual_for_depth() did not return true on success
This commit is contained in:
parent
456830630c
commit
5fa9b2abe9
@ -293,6 +293,7 @@ static bool find_visual_for_depth(video_depth depth)
|
||||
case DirectColor: D(bug("DirectColor\n")); break;
|
||||
}
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
||||
// Add mode to list of supported modes
|
||||
|
Loading…
Reference in New Issue
Block a user