standalone: allow scaler to cut off the letterbox
[pcsx_rearmed.git] / frontend / plugin_lib.c
2023-12-13 notazstandalone: allow scaler to cut off the letterbox
2023-12-13 notazstandalone: allow other that 1 line scanlines
2023-10-23 notazgpu_neon: rework buffering to reduce flickering
2023-10-08 notazgpu: a bit better idle bit handling
2023-09-27 notazplugin_lib: fix a silly crash
2023-09-15 notazattempt to improve guncon defaults
2023-09-14 notazcleanup the input mess, part2
2023-09-13 notazfix standalone build
2023-09-06 notazsome lightgun selection mechanism
2023-08-19 notaztry to emulate borders properly
2023-07-09 notazMerge pull request #724 from StormedBubbles/guncon_framing
2023-07-07 notazcscpace: fix more alignment issues
2022-10-15 notazreduce differences from upstream
2022-09-15 notazfrontend: handle double res rendering, enable on x86_64
2022-08-08 notazgpu_neon: integration for arm64
2022-02-26 notazdrc: restore all block entry points at once
2022-02-12 notazrevive standalone build
2021-12-14 AutechreMerge pull request #586 from notaz/libretro_overwrite_drc
2021-12-14 notazoverwrite dynarec related code with upstream version
2021-08-21 AutechreMerge pull request #542 from gameblabla/mdec_fix
2021-08-16 AutechreMerge pull request #536 from gameblabla/cdrom_fixes
2020-08-04 negativeExponentSync to latest upstream
2020-02-24 TwinaphexMerge pull request #389 from notaz/master
2019-07-29 retro-wertzHLE: Merge HLE BIOS improvements from upstream
2019-03-28 Hugo HromicMerge remote-tracking branch 'notaz/master'
2019-03-13 retro-wertzmerge remote-tracking branch 'notaz/master'
2019-03-07 TwinaphexMerge pull request #234 from notaz/master
2018-11-06 TwinaphexMerge pull request #206 from Sakitoshi/master
2018-11-06 Sakitoshienabled scph-1110 analog joystick in the menu
2017-05-03 twinaphexMerge https://github.com/notaz/pcsx_rearmed
2016-12-23 TwinaphexMerge pull request #86 from andrewlxer/master
2016-12-23 AndrewDo some light multitap cleanup
2016-09-20 notazMerge branch 'mainline' into libretro
2016-05-15 AndrésMerge pull request #39 from dankcushions/master
2016-05-13 alexis-puskasecond implementation of multitap
2016-05-13 cbransdenAdded multitap core option & style nits
2016-05-13 alexis-puskaInitial multitap support
2016-04-22 dankcushionsMerge branch 'master' of https://github.com/notaz/pcsx_...
2016-03-02 twinaphexMerge https://github.com/notaz/pcsx_rearmed
2016-03-01 TwinaphexMerge pull request #29 from dankcushions/master
2016-03-01 Christopher BransdenFix undefined compile error
2015-02-06 TwinaphexMerge pull request #14 from notaz/for_libretro
2015-02-05 notazMerge branch 'upstream' into libretro
2015-02-03 notazfrontend: fix minor glitches on video mode changes
2015-01-25 TwinaphexMerge pull request #12 from notaz/for_libretro
2015-01-25 notazMerge branch 'upstream' into libretro
2015-01-12 notazfrontend: tune scanline implementation a bit
2014-12-31 twinaphexMerge https://github.com/notaz/pcsx_rearmed
2014-12-25 notazfrontend: scanline efect and memcard saving
2014-12-24 notazfrontend: add 2x scaling option
2013-03-18 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2013-02-18 notazfrontend: maemo: some refactoring
2013-02-18 notazMerge pull request #12 from sakya/master
2013-02-17 Paolo IommariniMaemo ehancement
2013-02-09 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2013-02-08 notazmove cspace back to frontend
2013-02-04 notazfrontend: do all bpp handling in plugin_lib
2013-01-30 notazfrontend: change how exit is done
2013-01-10 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2013-01-05 notazfrontend: don't update during reset
2013-01-05 notazfrontend: add layer height limit
2012-12-02 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2012-12-02 notazmave plugin and core shared includes to single location
2012-11-29 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2012-11-28 notazclean up mmap hacks
2012-11-28 notazfrontend: remove res check
2012-11-28 notazfrontend: update caanoo port
2012-11-28 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2012-11-17 notazfrontend: overlay improvements
2012-11-17 notazfix gun handling in enhancement mode
2012-11-11 notazfrontend: move text drawing to libpicofe
2012-11-09 notazfrontend: change nub_adjust ranges
2012-11-09 notazfrontend: improve pandora nub to PSX analog mapping
2012-11-05 notazdrop some unused code
2012-11-05 notazswitch over to libpicofe
2012-11-02 notazMerge branch 'enhancement'
2012-11-02 notazfrontend: make text bg dark
2012-11-02 notazmove blit to core, allow filtering while blitting
2012-10-11 notazuse plat_mmap for RAM too
2012-10-11 notazstart mmap'ing vram, with hugetlb if possible
2012-09-12 notazMerge branch 'libretro'
2012-08-15 notazfrontend: move layer size code
2012-07-31 notazfrontend: track output and psx sizes separately
2012-07-18 notazgpulib: clear fb when display is blanked
2012-07-08 notazfrontend: move some leftover pandora parts out of commo...
2012-04-29 notazfrontend: clean up some hacks
2012-01-20 notazfrontend: export fps stats to plugins
2011-12-10 notazfrontend: make analogs configurable
2011-12-10 notazadd vibration support for Caanoo
2011-12-05 notazexport frame count to gpu too
2011-12-04 notazremove gpu vblank callbacks
2011-10-30 notazfrontend: fix screenshot functionality for pollux
2011-10-30 notazfrontend: add touchscreen-as-buttons input code
2011-10-08 notazrecompilation-caused frameskip workaround
2011-10-02 notazyet more random armv5 tweaks
2011-09-26 notazfrontend: few more pollux/caanoo tweaks
2011-09-24 notazadd pollux/caanoo port, refactor things
2011-09-23 notazfrontend: fix a couple of annoyancies
2011-09-21 notazspu: get rid of pCurr -1, pass right chans to silent...
2011-09-19 notazfrontend: fix frame limiter issue
next