aboutsummaryrefslogtreecommitdiff
path: root/src/wx
Commit message (Collapse)AuthorAge
* forgot Windows needs extra setup for socketsStapleButter2017-05-11
|
* salvage socket init codeStapleButter2017-05-11
|
* 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
|
* latch 3D registers upon VBlankStapleButter2017-05-09
| | | | (fixes the last bugs in Gericom's train game)
* lay base for core->platform interactionStapleButter2017-05-09
| | | | (immediately planned: threaded 3D renderer, wifi connectivity)
* * 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
|
* I am a fucking idiotStapleButter2017-03-29
|
* maybe this shit will finally work. also update the README.StapleButter2017-03-29
|
* tweaksStapleButter2017-03-29
|
* derpStapleButter2017-03-29
|
* * 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.
* blargStapleButter2017-03-29
|
* * clean up codeStapleButter2017-03-29
| | | | | | * working-ish run/pause/reset * proper closing/cleanup * ability to run BIOS alone
* don't rely on a SDL window to get keyboard inputStapleButter2017-03-29
|
* attemptStapleButter2017-03-28
|
* 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
|
* input dialog finishedStapleButter2017-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