aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-24fix some alignment issuesnotaz
2011-01-24add watchdog thread to detect lockupsnotaz
2011-01-24drc: use correct clear sizenotaz
2011-01-24some frontend adjustmentsnotaz
2011-01-18drc: remove leftover printfnotaz
2011-01-18drc: Ari64's fix for loop reg allocation problemnotaz
2011-01-17Revert "drc: fix a bug with loop reg allocation"notaz
This reverts commit ca7c944853bbb689040c530655e2da231c40db5b in favour of fix by Ari64 himself.
2011-01-16release r4notaz
2011-01-16rewrite frame limiternotaz
the peops one is sometimes sleeping when not needed.
2011-01-16bugfixnotaz
2011-01-16drc: fix a bug with loop reg allocationnotaz
2011-01-16bios: implement psxBios__card_channotaz
used by at least R-Type Delta.
2011-01-16bios: firstfile delivers an event on real bios, so do thatnotaz
2011-01-16drc: fix some goofage in cop2_{get,put}_dregnotaz
2011-01-16drc: allow reading r31 in delay slotnotaz
as hlide explained it's ok as long as we do DS first.
2011-01-16drc: handle MTC0 in delay slotnotaz
also refactor MTC0 code a bit.
2011-01-16menu: add interpreter optionnotaz
2011-01-16drc: remove funcs from assert()s to allow NDEBUG buildnotaz
2011-01-16drc: allow move-to-r0 conditionnotaz
some games are doing that.
2011-01-16remove hle savestate restrictionnotaz
we have enough data to load any savestate
2011-01-16menu: add bios selectionnotaz
2011-01-16drc: rework bios fastboot hack a bitnotaz
it was not handling reloads/resets well.
2011-01-16some quick input code for PC buildnotaz
2011-01-16drc: check for r0 dest (it might be allocated)notaz
2011-01-16hack for bios write disable thingnotaz
2011-01-16drc: hacks for psx bios on PCSXnotaz
2011-01-16drc: don't read readmem_dword to r0 or on dummy readsnotaz
2011-01-16drc: support RFE, remove ERET (it's not in r3k)notaz
2011-01-16drc: minor disassembly fixesnotaz
2011-01-16frontend: bios supportnotaz
2011-01-10hack interpreter so that it can return to menunotaz
2011-01-08rm unused filenotaz
2011-01-07allow some build customizationnotaz
also correct a statement in readme.
2011-01-07relicense common/menu.* to suit this projectnotaz
2011-01-05release r3notaz
2011-01-04gpu_unai: add some framebuffer guard memorynotaz
some games blit outside framebuffer area, this is faster than doing range checks.
2011-01-04gpu_unai: freeze display size and positionnotaz
this avoids some glitches and makes savestates compatible with Pete's plugins.
2011-01-04try to ensure fbdev buffer is validnotaz
2011-01-04add savestate previewnotaz
2011-01-03frontend cleanupnotaz
2011-01-03dfxvideo: massive cleanupnotaz
based on pcsx4all code.
2011-01-03gpu_unai: basic frameskipnotaz
only partially works but oh well
2011-01-03gpu_unai: avoid useless blitsnotaz
2011-01-02gpu_unai: warning fixnotaz
2011-01-02gpu_unai: pcsx-rearmed portnotaz
2011-01-02plugin_lib: export more functionsnotaz
2011-01-02import gpu_unai from PCSX4ALL projectnotaz
2011-01-02add a way for GPU plugin to get layer confignotaz
2011-01-01gles: tweak Makefile, creditsnotaz
2010-12-31Pickle's port for this emunotaz