aboutsummaryrefslogtreecommitdiff
path: root/frontend
AgeCommit message (Collapse)Author
2013-05-26(libretro) Update headertwinaphex
2013-04-02frontend: flush emuLognotaz
nothing should be writing to that too often
2013-04-02frontend: attempt basic ios loggingnotaz
2013-04-01libretro: minor adjustments and a sanity checknotaz
2013-03-25asm: use a macro for functionsnotaz
2013-03-25cspace_neon: convert to .Snotaz
we'll need the preprocessor in next patch
2013-03-15libretro: support disk control interfacenotaz
2013-03-15frontend/menu: clean up cht loadernotaz
2013-03-15frontend: sdl fixesnotaz
2013-03-15frontend: exit immediately on signalsnotaz
.. and only hook them when compiled with frontend
2013-02-18frontend: maemo: some refactoringnotaz
2013-02-17Maemo ehancementPaolo Iommarini
-Added command line options -Added pause on incoming call -Added change disc
2013-02-15frontend: pandora: adjust hugetlb allocationnotaz
needs some tweaks after mem refactoring
2013-02-08frontend: add armv6 color space converternotaz
2013-02-08move cspace back to frontendnotaz
plugins no longer depend on it
2013-02-08frontend: check for xlib when it's needednotaz
2013-02-06attempt to make gles plugin work under RPinotaz
2013-02-05frontend: do all bpp handling in plugin_libnotaz
2013-01-31frontend: change how exit is donenotaz
will no longer be done from recompiler callback that could cause still used data to be freed
2013-01-28libretro: handle regionsnotaz
2013-01-28frontend: don't set up profile paths without frontendnotaz
2013-01-28ange how no memcards are specifiednotaz
empty string now just means "don't save/load"
2013-01-28frontend: logging updatesnotaz
go to logcat on Android
2013-01-28frontend: path handling fixnotaz
2013-01-13frontend: save gamma toonotaz
2013-01-06frontend: minor menu refactoringnotaz
2013-01-06frontend: get rid of _FILE_OFFSET_BITSnotaz
pandora's zlib is too old to handle off_t with that define
2013-01-06fully reinit drc on changenotaz
2013-01-06frontend: filter more unneeded files in browsernotaz
2013-01-05frontend: don't update during resetnotaz
otherwise update thread may collect input events that really belong to UI. Another hack :(
2013-01-05frontend: add layer height limitnotaz
otherwise some platforms may end up trying to set resolutions with low height and fail
2013-01-03ignore case for cwcheatnotaz
headers can have mixed case, which doesn't match common cheat files?
2013-01-03frontend: remove unneeded hack optionsnotaz
2012-12-23bump libpicofe for r-pi gl codenotaz
2012-12-23frontend: switch to libpicofe sdl codenotaz
2012-12-17libretro: support savestates and cheatsnotaz
cheats untested
2012-12-16libretro: check for CAN_DUPE, as suggested by ToadKingnotaz
2012-12-11libretro: handle bordersnotaz
2012-12-11libretro: set cycle_multipliernotaz
2012-12-10Merge branch 'libretro'notaz
Conflicts: frontend/libretro.c
2012-12-10libretro: minor cleanupsnotaz
2012-12-10libretro: only pass fb to video_cb when it's updatednotaz
2012-12-10libretro: initialize blank memory cardToad King
2012-12-10libretro: Move flip screen counter increment back to end of flip screen callbacktwinaphex
2012-12-10libretro: call video_cb on every frametwinaphex
We need to do video_cb in retro_run every frame instead of just once every time the video callback is called - otherwise we will get very bad/skippy framerates. Performance is much improved now in nearly all games.
2012-12-10libretro: make RGB565 support into compile-time optiontwinaphex
all libretro frontends should support this no matter what
2012-12-10libretro: use SRAM saving routines for memory card.Toad King
force only one memory card for libretro
2012-12-09pipe error messages through single functionnotaz
for easier redirection to file, logcat or whatever
2012-12-02mave plugin and core shared includes to single locationnotaz
2012-11-28frontend: pollux: use sections for memorynotaz