Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-30 | support sdl audio | notaz | |
2012-07-30 | fix maemo build | notaz | |
2012-07-30 | fix various fPIC issues | notaz | |
2012-07-30 | select builtin gpu plugin on configure | notaz | |
2012-07-29 | frontend: initial libretro support | notaz | |
..and some refactoring | |||
2012-07-24 | arm: automatically disable thumb | notaz | |
recompiler can't handle it | |||
2012-07-24 | frontend: in_sdl: preliminary joystick support | notaz | |
2012-07-23 | frontend: always save last cdimgpath | notaz | |
2012-07-23 | cheat: add some undo logic | notaz | |
2012-07-22 | frontend: initial cheats support | notaz | |
2012-07-22 | frontend: support seeking the filelist with letter keys | notaz | |
2012-07-22 | pcsxmem: abort if lsb is set for map_item | notaz | |
thing's can't possibly work with that. | |||
2012-07-19 | gpulib: implement rgb888_to_rgb565 | notaz | |
and use it for menu | |||
2012-07-19 | cdrom: reset cmd buffer when cmd is accepted | notaz | |
wrong but hopefully not as much as it was | |||
2012-07-19 | cdrom: mask selector bits correctly | notaz | |
2012-07-19 | gpulib: clear fb when display is blanked | notaz | |
2012-07-18 | psx_gpu: change line parsing | notaz | |
fixes some Tenka problems | |||
2012-07-18 | psx_gpu: fix line cmd length and move w/h masking | notaz | |
w/h masking untested, I'm lazy | |||
2012-07-18 | psxcounters: use cycles when calculating updates | notaz | |
should help with potential timer drifting/desyncs. Also do overflow properly, not at 0xffff | |||
2012-07-18 | frontend: avoid potential alignment fault | notaz | |
2012-07-18 | gte_neon: make rtps division better match rtpt | notaz | |
otherwise causes Ridge Racer Revolution to lock up somehow? | |||
2012-07-18 | gpulib: drop prim buffer on stateload | notaz | |
obscure bugs otherwise | |||
2012-07-18 | misc: setup GPU if logos are skipped | notaz | |
some games rely on the state BIOS leaves | |||
2012-07-18 | cdrom: adjust report mode return | notaz | |
based on mednafen which likely had this tested on the real thing. Also remove rearmed hack, the report shouldn't be that bad on performance. | |||
2012-07-16 | spu: rework irqs, again.. | notaz | |
- no early irqs, breaks games that setup irq on last block and then DMA - don't cut last sample on bIRQReturn, fixes stereo under-decode | |||
2012-07-15 | spu: handle cd decode buffers too | notaz | |
2012-07-15 | spu: add decode buffer and reverb read handling | notaz | |
2012-07-15 | spu: rework irq handling and loop reloading | notaz | |
irq might be too early, but this seems to be better than was before. Special thanks to Ryphecha for some ideas again. | |||
2012-07-09 | spu: get rid of iSPUIRQWait | notaz | |
there should be no reason to ever turn it off | |||
2012-07-09 | spu: get rid of iSpuAsyncWait hack | notaz | |
..and replace with some different dma detection hack | |||
2012-07-09 | spu: remove some hacks, to be reworked | notaz | |
get rid of always-iSpuAsyncWait and iSecureStart hacks. Also SoundGetBytesBuffered is lying, make that lie more obvious and remove some confusing pointless constants. | |||
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-07-09 | spu: keep generating irqs while they are pending | notaz | |
pending should be implemented as such, but there is no psemu API for it.. | |||
2012-07-09 | frontend: move some leftover pandora parts out of common code | notaz | |
2012-07-06 | in_sdl: fix wrong alloc | notaz | |
2012-06-24 | psx_gpu: fix a blending issue | Exophase | |
2012-05-27 | frontend: minor tweaks | notaz | |
2012-05-27 | automatically build plugins | notaz | |
2012-04-29 | frontend: some menu adjustments | notaz | |
2012-04-29 | fix some build issues and warnings | notaz | |
2012-04-29 | gpu plugins: always support 16bpp blit | notaz | |
use this for generic sdl and maemo | |||
2012-04-29 | frontend: input: pass default binds as argument | notaz | |
allows to get rid of some hacks | |||
2012-04-29 | frontend: generic: preliminary SDL support | notaz | |
2012-04-29 | frontend: clean up some hacks | notaz | |
2012-04-22 | rename vout_fb to vout_pl | notaz | |
that code outputs through plugin_lib, which is not necessary fb. | |||
2012-04-22 | bring in configure build system | notaz | |
not using autotools, trying to do something similar like qemu instead. | |||
2012-04-18 | drc: inv: fix ram ofset and mirror handling | notaz | |
2012-04-18 | support emulated RAM mapped at offset | notaz | |
Thanks to CatalystG for some initial code and testing. | |||
2012-04-10 | frontend: merge updates from SDL project | notaz | |
2012-03-05 | plugin build hack | notaz | |
otherwise builtin version compiled without -fPIC is linked to .so, which causes problems. |