index
:
picogpsp
pico-fe
libretro-gpsp with a libpicofe frontend
neonloop
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-12-14
Add Rockman Zero (J) / Final Fight One (E)
twinaphex
2014-12-14
Add Super Mario Advance (E/U) to game_config.txt
twinaphex
2014-12-14
Add F-Zero (J) to game_config.txt
twinaphex
2014-12-14
game_config.txt - Add Battle Network RockMan EXE
twinaphex
2014-12-14
Add Pokemon Mystery Dungeon (E) to game config list
twinaphex
2014-12-14
Add game_config.txt
twinaphex
2014-12-14
Merge pull request #3 from sergiobenrocha2/master
Twinaphex
2014-12-13
Avoid proprietary format in copying, HAVE_DYNAREC in armv.
sergiobenrocha2
2014-12-13
Implement idle loop skipping. The framerate on SMA4 is NINE times faster this...
Alcaro
2014-12-13
Some Makefile improvements
twinaphex
2014-12-13
Create memmap_win32.c for Win32 systems - a mman wrapper
twinaphex
2014-12-13
Turn two functions static
twinaphex
2014-12-13
Remove more case ranges
twinaphex
2014-12-13
Remove a lot of the GNU case range extensions instances
twinaphex
2014-12-13
Put ifdef around <sys/mman.h> include
twinaphex
2014-12-12
Get rid of unnecessary macros for sound_timer_queue functions - it
twinaphex
2014-12-12
cpu_orig.c - restore to original - bigger codesize but faster
twinaphex
2014-12-12
Get rid of optimize_safe rule for cpu.c
twinaphex
2014-12-12
Use cpu_orig.c in release builds for now - apparently grouping all
twinaphex
2014-12-12
CPU interpreter - group more case ranges together
twinaphex
2014-12-12
CPU interpreter - group THUMB cases 0x38 to 0x3F (SUB) together
twinaphex
2014-12-12
Use thumb_opcode_val & 0x7 instead
twinaphex
2014-12-12
CPU interpreter - group THUMB case range 0x30 to 0x37 (ADD) together
twinaphex
2014-12-12
CPU interpreter - group THUMB cases 0x28 to 0x2F together
twinaphex
2014-12-12
CPU interpreter - group Thumb opcode case ranges 0x20 - 0x27 together
twinaphex
2014-12-12
execute_arm_instruction and execute_thumb_instruction - throw them
twinaphex
2014-12-12
Make compiling in with the 32bit dynarec optional - also include
twinaphex
2014-12-12
increase savestate size, was smaller than what was required for 64-bit
aliaspider
2014-12-12
Another 64bit fix - vertical_pixel_flip needs to be of type s32
twinaphex
2014-12-12
dma_transfer - change dest_ptr to type uintptr_t - fixes 64bit interpreter
twinaphex
2014-12-12
Create specialized macro for single_tile_map
twinaphex
2014-12-12
And another one - pt. 4
twinaphex
2014-12-12
And another one - pt. 3
twinaphex
2014-12-12
And another one - pt. 2
twinaphex
2014-12-12
Start making specialized functions of multiple_tile_map - pt. 1
twinaphex
2014-12-12
Cut down a lot of duplicate code in tile_render functions
twinaphex
2014-12-12
And there, done - tile_render is gone
twinaphex
2014-12-12
And another one pt. 5
twinaphex
2014-12-12
And another one pt. 4
twinaphex
2014-12-12
And another pt .3
twinaphex
2014-12-12
And another one pt. 2
twinaphex
2014-12-12
And another one
twinaphex
2014-12-12
Put proper comments in first
twinaphex
2014-12-12
De-macroize tile_render in render_scanline_text_transparent_normal
twinaphex
2014-12-12
Demacro-ize tile_render in render_scanline_text_base_normal
twinaphex
2014-12-12
Unroll render_scanline_text_builder insanity
twinaphex
2014-12-11
Allow core to work without GET_PERF_INTERFACE.
Alcaro
2014-12-11
Simplify tile_4bpp_draw_base_normal
twinaphex
2014-12-11
Remove unused RENDER_COLOR16_NORMAL ifdefs
twinaphex
2014-12-11
Fixup render_scanline_vram_setup_mode4
twinaphex
[prev]
[next]