aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/DlgEmuSettings.cpp
Commit message (Collapse)AuthorAge
* integrate changes from ARM64 backend and moreRSDuck2020-04-26
| | | | | | | | | - better handle LDM/STM in reg alloc - unify Halted and IRQ in anticipation for branch inlining - literal optimisations can be disabled in gui - jit blocks follow simple returns - fix idle loop detection - break jit blocks on IRQ (fixes saving in Pokemon White)
* new block cache and much more...RSDuck2020-04-26
| | | | | | | | | - more reliable code invalidation detection - blocks aren't stopped at any branch, but are being followed if possible to get larger blocks - idle loop recognition - optimised literal loads, load/store cycle counting and loads/stores from constant addresses
* fix jit block size not changeableRSDuck2020-04-26
|
* abandon pipelining on jitRSDuck2020-04-26
| | | | | fixes Golden Sun Dawn this makes the cpu state incompatible between interpreter and JIT. That's why switching cpu mode requires a restart(not requiring is stupid anyway) and the pipeline is manually filled when making a save state.
* jit: add compile optionRSDuck2020-04-26
|
* jit: make everything configurableRSDuck2020-04-26
|
* JIT: baseRSDuck2020-04-26
| | | | all instructions are interpreted
* update copyright yearsArisotura2020-02-14
|
* close any opened dialogs when closing the main windowArisotura2019-05-25
|
* * remove old 'threaded 3D' setting from emu settings dialogArisotura2019-05-25
| | | | * remove 'antialiasing' for now
* move platform specific config to platform specif ffile ayyyyyyyyyyygfghj;,gnxbfArisotura2019-03-15
|
* make it somewhat functional. move wifi socket bind setting to wifi settings ↵Arisotura2019-02-21
| | | | dialog.
* also, update copyright nameArisotura2019-01-22
|
* libui/gtk: add functions to uiWindow for setting/getting minimized/maximized ↵StapleButter2018-12-30
| | | | | | state remember if main window is maximized, avoid updating the saved size when it is
* add hotkey config values.StapleButter2018-12-14
| | | | | duplicate DlgInputConfig so that it can also do hotkey config. also prevent from opening those config dialogs a billion times.
* fixor copyright years.StapleButter2018-09-15
|
* add support for non-resizable windowsStapleButter2017-10-02
|
* add general emu settings dialogStapleButter2017-09-25