Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-22 | Merge branch 'master' of https://github.com/notaz/pcsx_rearmed into notaz-master | dankcushions | |
2016-04-01 | don't use __ARM_ARCH_7A__ | notaz | |
github issue #68 | |||
2016-03-02 | Merge https://github.com/notaz/pcsx_rearmed | twinaphex | |
2016-01-07 | menu: fix input config for device names ending with space | notaz | |
reported by KP142EH12 and perhaps somebody else I forgot also take the opportunity to update libpicofe | |||
2015-11-16 | initial neGcon controller support | phaseIV | |
2015-01-13 | release r21 | notaz | |
2015-01-13 | frontend: show C64x option | notaz | |
2015-01-04 | spu: threaded implementation | notaz | |
unlike original P.E.Op.S. implementation, the goal here is to carefully avoid any side effects caused by having the thread enabled | |||
2014-12-25 | release r20 | notaz | |
2014-12-25 | frontend: savestate autoload support | notaz | |
2014-12-25 | frontend: scanline efect and memcard saving | notaz | |
2014-12-25 | frontend: add 2x scaling option | notaz | |
2014-12-24 | menu: file browser fixes | notaz | |
2014-12-20 | spu: put globals into a structure | notaz | |
- also clean up some unused stuff - put spu config into it's own structure and header | |||
2013-03-15 | frontend/menu: clean up cht loader | notaz | |
2013-02-08 | move cspace back to frontend | notaz | |
plugins no longer depend on it | |||
2013-01-31 | frontend: change how exit is done | notaz | |
will no longer be done from recompiler callback that could cause still used data to be freed | |||
2013-01-28 | ange how no memcards are specified | notaz | |
empty string now just means "don't save/load" | |||
2013-01-28 | frontend: path handling fix | notaz | |
2013-01-13 | frontend: save gamma too | notaz | |
2013-01-06 | frontend: minor menu refactoring | notaz | |
2013-01-06 | frontend: get rid of _FILE_OFFSET_BITS | notaz | |
pandora's zlib is too old to handle off_t with that define | |||
2013-01-06 | fully reinit drc on change | notaz | |
2013-01-06 | frontend: filter more unneeded files in browser | notaz | |
2013-01-03 | frontend: remove unneeded hack options | notaz | |
2012-12-23 | frontend: switch to libpicofe sdl code | notaz | |
2012-12-02 | mave plugin and core shared includes to single location | notaz | |
2012-11-18 | frontend: initial sdl overlay implementation | notaz | |
2012-11-18 | fix gun handling in enhancement mode | notaz | |
2012-11-13 | fix some random corner cases | notaz | |
2012-11-11 | frontend: add toggle FPS option | notaz | |
2012-11-10 | frontend: avoid loading msg when not needed | notaz | |
2012-11-10 | frontend: improve pandora nub to PSX analog mapping | notaz | |
2012-11-06 | frontend: make platform menu customizations more explicit | notaz | |
2012-11-06 | frontend: add fast forward support | notaz | |
2012-11-05 | switch over to libpicofe | notaz | |
- libretro should not be affected by this, all others need to do 'git submodule init && git submodule update' from now on. - pandora should get gamma control support | |||
2012-11-02 | move blit to core, allow filtering while blitting | notaz | |
also adds libpicofe to pull filters from, and filter related UI stuff | |||
2012-10-12 | frontend: add renderer toggle option | notaz | |
2012-10-12 | add support for software-enhanced rendering | notaz | |
2012-09-13 | silence some 64bit related warnings | notaz | |
still need to fix savestate compat | |||
2012-08-16 | frontend: move layer size code | notaz | |
also fix broken layer height limiting | |||
2012-08-15 | frontend: save last cdimg on successful select | notaz | |
otherwise it's wont save after crash, which can still happen | |||
2012-08-02 | release r15 | notaz | |
2012-08-01 | frontend: track output and psx sizes separately | notaz | |
output layer and psx resolutions don't have to match, like it is on Caanoo. | |||
2012-07-23 | frontend: always save last cdimgpath | notaz | |
2012-07-22 | frontend: initial cheats support | notaz | |
2012-07-22 | frontend: support seeking the filelist with letter keys | notaz | |
2012-07-19 | gpulib: implement rgb888_to_rgb565 | notaz | |
and use it for menu | |||
2012-07-18 | frontend: avoid potential alignment fault | notaz | |
2012-07-09 | spu: get rid of iSPUIRQWait | notaz | |
there should be no reason to ever turn it off |