Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into debugger-start
Browse files Browse the repository at this point in the history
  • Loading branch information
emoon committed Feb 14, 2024
2 parents 85411dd + 1e8952b commit e54eef2
Show file tree
Hide file tree
Showing 37 changed files with 806 additions and 201 deletions.
2 changes: 1 addition & 1 deletion src/dummy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1939,7 +1939,7 @@ void target_default_options(uae_prefs*, int) {
static int old_w = -1;
static int old_h = -1;

bool target_graphics_buffer_update(int monid) {
bool target_graphics_buffer_update(int monid, bool force) {
struct vidbuf_description* avidinfo = &adisplays[monid].gfxvidinfo;
struct vidbuffer* vb = avidinfo->drawbuffer.tempbufferinuse ? &avidinfo->tempbuffer : &avidinfo->drawbuffer;

Expand Down
Loading

0 comments on commit e54eef2

Please sign in to comment.