Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-07 | Remove dead non retroarch platforms, prepare for second memcard | meepingsnesroms | |
2017-03-02 | fix implicit-function-declaration warnings/errors. | aliaspider | |
2016-05-13 | Added multitap core option & style nits | cbransden | |
2016-05-13 | Initial multitap support | alexis-puska | |
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 | |||
2015-09-29 | (vita) build fix. | aliaspider | |
2015-09-23 | (ctr/3ds) add target. | aliaspider | |
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 | |||
2015-01-03 | mingw build 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 | |||
2014-12-20 | spu: add a schedule callback | notaz | |
2014-12-20 | frontend: update libpicofe | notaz | |
2013-04-02 | frontend: flush emuLog | notaz | |
nothing should be writing to that too often | |||
2013-04-02 | frontend: attempt basic ios logging | notaz | |
2013-03-15 | frontend: exit immediately on signals | notaz | |
.. and only hook them when compiled with frontend | |||
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 | frontend: don't set up profile paths without frontend | notaz | |
2013-01-28 | frontend: logging updates | notaz | |
go to logcat on Android | |||
2013-01-05 | frontend: don't update during reset | notaz | |
otherwise update thread may collect input events that really belong to UI. Another hack :( | |||
2013-01-03 | ignore case for cwcheat | notaz | |
headers can have mixed case, which doesn't match common cheat files? | |||
2013-01-03 | frontend: remove unneeded hack options | notaz | |
2012-12-23 | frontend: switch to libpicofe sdl code | notaz | |
2012-12-09 | pipe error messages through single function | notaz | |
for easier redirection to file, logcat or whatever | |||
2012-11-28 | clean up mmap hacks | notaz | |
still messy but perhaps beter | |||
2012-11-24 | frontend: allow sstates without cd img | notaz | |
2012-11-18 | frontend: overlay improvements | notaz | |
work directly on psx vram | |||
2012-11-18 | frontend: initial sdl overlay implementation | notaz | |
2012-11-11 | frontend: add toggle FPS option | notaz | |
2012-11-10 | frontend: avoid loading msg when not needed | notaz | |
2012-11-06 | frontend: make platform menu customizations more explicit | notaz | |
2012-11-06 | frontend: add fast forward support | notaz | |
2012-11-05 | drop some unused code | 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-07-31 | frontend: improve minimize handling | notaz | |
2012-07-30 | select builtin gpu plugin on configure | notaz | |
2012-07-29 | frontend: initial libretro support | notaz | |
..and some refactoring | |||
2012-07-23 | cheat: add some undo logic | notaz | |
2012-07-22 | frontend: initial cheats support | notaz | |
2012-07-09 | spu: get rid of iSPUIRQWait | notaz | |
there should be no reason to ever turn it off | |||
2012-07-09 | spu: remove all threading code | notaz | |
it is broken for a while now, and I have no intention to fix it. | |||
2012-05-27 | automatically build plugins | notaz | |
2012-04-29 | fix some build issues and warnings | notaz | |
2012-04-29 | frontend: input: pass default binds as argument | notaz | |
allows to get rid of some hacks | |||
2012-03-04 | frontend: save gpu-gles settings too | notaz | |
2012-03-02 | gpu-gles: enable texture garbage collection | notaz | |
fixes OOM problems according to schtruck | |||
2012-02-28 | frontend: sync workaround for caanoo | notaz | |
trying to deal with "save corruption", no idea if this helps as this never happens for me. |