summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-07Fix callee saved regs for Win64Michael Pavone
2019-04-07Get 64-bit builds working for Windows targetMichael Pavone
2019-04-06Fix windows buildMichael Pavone
2019-04-04Don't force NONUKLEAR on when NOGL is set at build time since the Nuklear UI ...Michael Pavone
2019-04-04Allow Nuklear UI to be used when OpenGL is disabledMichael Pavone
2019-04-03MergeMike Pavone
2019-04-03Add an explicit rule for termhelper as it was relying on a built-in rule beforeMike Pavone
2019-04-03Make libretro target successfully build for Windows and possibly MacMike Pavone
2019-04-02Separate compositing from final output. Fixes some minor accuracy issues with...Michael Pavone
2019-03-31Fix crash that occurs when changing video screen settings if the emulator win...Mike Pavone
2019-03-31Update verison number in liblastem.cMike Pavone
2019-03-31Include ROM DB in library binary for libretro targetMike Pavone
2019-03-31Fix build breakage for libretro targetMike Pavone
2019-03-30Fix bumper/trigger binding boxes for "normal" style conntrollers. Change labe...Mike Pavone
2019-03-30Update version number for nightly buildsMike Pavone
2019-03-30Fix crash when pressing escape with no ROM loaded. Fix immediate cancel in ke...Mike Pavone
2019-03-28Added tag v0.6.2 for changeset 8aeac7bd9fa7Michael Pavone
2019-03-27Update version number, special thanks, CHANGELOG and README in preparation fo...Michael Pavone
2019-03-27Add unit to gain label and change color of checkbox selected state to hopeful...Michael Pavone
2019-03-27Restore some newlines in debug output that got lost when fixing GDB remote de...Michael Pavone
2019-03-27Request float 32 sample format since it saves us a conversion now that the ga...Michael Pavone
2019-03-27Operator results should be delayed by one sample when used as a modulator in ...Michael Pavone
2019-03-26Fixed contents of left and right shoulder boxes for VARIANT_6B_BUMPER control...Michael Pavone
2019-03-26Skip buttons or axes in the mapping UI that have no label for the selected co...Michael Pavone
2019-03-26Remove some problematic entries from the game controller dbMichael Pavone
2019-03-26Support controllers that have their dpad mapped to an axisMichael Pavone
2019-03-26Zero offset should also impact output channels that a channel is panned away ...Michael Pavone
2019-03-26Fix a couple of minor cases of extra precision in LFO implementationMichael Pavone
2019-03-25Fix and update JSON payload for webhook in build scriptsMichael Pavone
2019-03-25Post build results to discord via webhookMichael Pavone
2019-03-24Initialize gain_mult when creating an audio source so things work okay for cl...Michael Pavone
2019-03-24Optionally emulate the offset around zero in the imperfect DAC of a discrete ...Michael Pavone
2019-03-24Make sure there are no races between main thread and audio thread around mix_...Mike Pavone
2019-03-23Configurable gain for overall output and individual componentsMichael Pavone
2019-03-23Fix Windows buildMichael Pavone
2019-03-22Added support for detecting Mega WiFi titles based on a header stringMichael Pavone
2019-03-20Remove dummy controller_add_mappings definitions from vgmplay and stateview a...Michael Pavone
2019-03-20Avoid printing a bunch of junk to stdout when GDB remote debugging is enabled...Michael Pavone
2019-03-20Fix off-by one in IO port connection text outputMichael Pavone
2019-03-20Updated checkbox styleMichael Pavone
2019-03-19Fix off by one in IO device UIMichael Pavone
2019-03-19Fix off-by-one error in code for loading an SMD format ROM from a ZIP archiveMichael Pavone
2019-03-14Remove some commented out code in fbdev backendMichael Pavone
2019-03-14Handle interlaced mode in fbdev backendMichael Pavone
2019-03-12Implement serialization/deserialization in new Z80 coreMichael Pavone
2019-03-11Minor cleanupMichael Pavone
2019-03-10Scale H32 horizontally in fbdev backend so it has the correct aspect ratioMichael Pavone
2019-03-10Grab keyboard devices at startup so keyboard input stops going to terminal wh...Michael Pavone
2019-03-10Fix off-by-one error in evdev init code and allow ALSA device to be specified...Michael Pavone
2019-03-10Added raw fbdev/evdev/ALSA render backendMichael Pavone