aboutsummaryrefslogtreecommitdiff
path: root/src/wx/main.cpp
Commit message (Collapse)AuthorAge
* woopsStapleButter2017-05-10
|
* add support for writing to VCount. incl. fucked-up display and altering ↵StapleButter2017-05-10
| | | | framerate accordingly.
* framerate limiter that sucks less, based off SDL2_gfxStapleButter2017-05-10
|
* * stub more wifi crapStapleButter2017-04-07
| | | | | * louder sound * misc fixes
* start SPU workStapleButter2017-04-06
|
* one last fixStapleButter2017-03-30
|
* fix touchscreen input. proper cleanup of threads. meaningless codeblocks crap.StapleButter2017-03-30
|
* * emulation settings dialogStapleButter2017-03-29
| | | | | * proper setting for booting directly or from BIOS * fix shit, again
* remember window size.StapleButter2017-03-29
| | | | fix extra shit.
* minimum size for the SDL window.StapleButter2017-03-29
| | | | | screen scaling that preserves aspect ratio. touchscreen takes scaling into account.
* * clean up codeStapleButter2017-03-29
| | | | | | * working-ish run/pause/reset * proper closing/cleanup * ability to run BIOS alone
* oopsStapleButter2017-03-28
|
* custom main() and init SDL before everything else.StapleButter2017-03-28
| | | | included WinMain() for compatiblity.
* start work on a separate SDL windowStapleButter2017-03-28
|
* woopsStapleButter2017-03-25
|
* actual joystick supportStapleButter2017-03-25
|
* start getting somewhere with that input config dialogStapleButter2017-03-25
|
* * implement missing graphics (affine BG, rotscaled bitmap sprite)StapleButter2017-03-24
| | | | | | * fix potential crash upon exit * more work on the input config UI * misc fixes
* start work on the input config dialog. nonfunctional and looks like shit.StapleButter2017-03-23
| | | | add manifest crap under Windows so it gets the cool controls.
* * more thread-safe UIStapleButter2017-03-23
| | | | | * config system base * FPS counter and limiter
* input, with hardcoded (but not retarded) key mappings.StapleButter2017-03-20
| | | | touchscreen support that doesn't suck.
* make ROM path not be hardcoded.StapleButter2017-03-19
|
* begin work on wxWidgets+SDL interfaceStapleButter2017-03-19
Windows crapo ditched