Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-17 | Update | negativeExponent | |
2019-09-25 | Merge branch 'gpu_unai_plugin_update' | negativeExponent | |
2019-09-21 | Fix sound over-buffering on 3ds | Justin Weiss | |
With iTempo turned on, we generate a frame and a half of sound data each frame, which causes dropped sound frames and noise. It looks like GPH hacks are disabled for 3ds in other places, so disabling it here too seemed like the correct fix. | |||
2019-08-17 | Backport GPU Unai plugin from PCSX4ALL | negativeExponent | |
- backports gpu unai plugin from PCSX4ALL - sync necessary files with notaz/master to allow building standalone app | |||
2019-08-03 | Silence warning -Wformat-overflow | retro-wertz | |
- Increasing the maximum size of destination char array to x2 to silence this warning. | |||
2019-08-02 | Use retro_log for SysPrintf | retro-wertz | |
2019-03-13 | merge remote-tracking branch 'notaz/master' | retro-wertz | |
2019-03-07 | Diablo Music fix for PCSX Rearmed. (optional hack) | gameblabla | |
Let's also allow it to be changed from the menu. Set to off by default as it could cause issues in some other games. | |||
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 | |