Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-04 | configure: fix mfloat-abi detection | notaz | |
2012-08-04 | libretro: fix bytes/pixels confusion | notaz | |
2012-08-03 | configure: fix some ordering issues | notaz | |
2012-08-03 | frontend/pollux: wiz: move tables to upper memory to free some RAM | notaz | |
2012-08-02 | release r15 | notaz | |
2012-08-02 | gpu_unai: merge Franxis' range fix | notaz | |
2012-08-01 | frontend/pollux: care about bpp when calculating offset | notaz | |
2012-08-01 | gpulib: don't lose a fill in frameskip mode | notaz | |
..if it's done just before flip | |||
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-31 | allow multiple sound drivers to be compiled | notaz | |
2012-07-31 | spu: some cleanups | notaz | |
2012-07-31 | frontend: improve minimize handling | notaz | |
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 | |