Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-13 | gpu_unai: redo frameskip | notaz | |
the previous code wasn't that functional | |||
2011-08-13 | gpu_unai: fix inline asm statements | notaz | |
newer gcc reorders them and was allocating registers wrong due to incomplete constraints. Not that this code is any better than what gcc generates anyway, but whatever. | |||
2011-08-13 | gpu_unai: merge code from PCSX4ALL 2.2 release | notaz | |
2011-08-13 | frontend: add gpu_unai configuration options | notaz | |
2011-08-13 | frontend: refactor plugin_lib for maemo | notaz | |
should give them proper frame limiter, frameskip and also lightgun support, maybe. | |||
2011-07-08 | gpus: return DMA word count to avoid 1 list walk | notaz | |
2011-07-08 | dfxvideo: decouple from main emu | notaz | |
2011-07-08 | arm_utils: relax alignment requirements | notaz | |
the code needing alignment isn't reached often anyway. | |||
2011-02-04 | gpu_unai: support bgr888->rgb565 conversion for maemo | notaz | |
2011-01-27 | gpu_unai: fix P.E.Op.S. save compatibility for good | notaz | |
2011-01-07 | allow some build customization | notaz | |
also correct a statement in readme. | |||
2011-01-04 | gpu_unai: add some framebuffer guard memory | notaz | |
some games blit outside framebuffer area, this is faster than doing range checks. | |||
2011-01-04 | gpu_unai: freeze display size and position | notaz | |
this avoids some glitches and makes savestates compatible with Pete's plugins. | |||
2011-01-04 | try to ensure fbdev buffer is valid | notaz | |
2011-01-03 | gpu_unai: basic frameskip | notaz | |
only partially works but oh well | |||
2011-01-03 | gpu_unai: avoid useless blits | notaz | |
2011-01-02 | gpu_unai: warning fix | notaz | |
2011-01-02 | gpu_unai: pcsx-rearmed port | notaz | |
2011-01-02 | import gpu_unai from PCSX4ALL project | notaz | |