index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libblastem.c
Age
Commit message (
Expand
)
Author
2021-03-12
Fix input descriptors
Sanaki
2021-03-12
Give a saner default button layout
Adrien Plazas
2021-03-12
libretro: Correctly calculate the aspect ratio
Adrien Plazas
2021-03-12
Make retro_unserialize() return a success
Adrien Plazas
2021-03-12
libretro: Use the default serialization size
Adrien Plazas
2020-07-12
Add stubs for some functions in libblastem.c to fix link failures on windows ...
Mike Pavone
2020-05-09
Less hacky run on audio thread mode
Michael Pavone
2020-04-18
WIP new sync mode that runs emulation on audio thread
Michael Pavone
2020-04-16
Update libretro target to use render_audio shared audio code
Mike Pavone
2020-04-13
Add memory hook for genesis/megadrive save and cheevos support
negativeExponent
2020-04-13
Add memory hook for cheat/rumble/cheevos support
negativeExponent
2019-09-21
Report more accurate frame and sample rates to frontend in libretro target
Michael Pavone
2019-09-17
Implement overscan crop in libretro target
Michael Pavone
2019-09-16
Don't render lines that are cropped by overscan. Allows submitting frame earl...
Mike Pavone
2019-06-24
Fix libretro and stateview targets
Michael Pavone
2019-06-02
add input descriptors
hizzlekizzle
2019-04-03
Make libretro target successfully build for Windows and possibly Mac
Mike Pavone
2019-03-31
Update verison number in liblastem.c
Mike Pavone
2019-03-31
Include ROM DB in library binary for libretro target
Mike Pavone
2019-03-31
Fix build breakage for libretro target
Mike Pavone
2019-01-24
Properly support interlace in libretro build
Michael Pavone
2019-01-23
Fix aspect ratio for H32 games
Michael Pavone
2019-01-20
Don't leak a system context when a game is unloaded
Mike Pavone
2019-01-20
Implement serialization/deserialization in libretro build
Mike Pavone
2019-01-20
Have a suitable default IO port configuration when nonIO is present from the ...
Mike Pavone
2019-01-20
Fixed the most glaring issues in libretro build
Mike Pavone
2019-01-20
Hacky WIP libertro implementation
Michael Pavone