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-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
2014-12-11
(video.c) Smal cleanups/micro-opts
twinaphex
2014-12-11
video.c - micro-opts
twinaphex
2014-12-11
Put 'var' variable inside HAVE_DYNAREC ifdef for now to silence
twinaphex
2014-12-11
Create define ARM_ARCH_BLENDING_OPTS - so that we can optionally
twinaphex
2014-12-11
arm/video_blend.S - add another __MACH__ hack
twinaphex
2014-12-11
(ARM ASM) Add __MACH__ hack to get iOS port linking for now
twinaphex
2014-12-11
Reimplement cache invalidation code
twinaphex
2014-12-11
Remove warm, keep only fallback cache invalidation routine.
twinaphex
2014-12-11
(iOS) Compatibility patches pt. 1
twinaphex
2014-12-11
(ARM ASM) Use .globl instead of .global
twinaphex
2014-12-11
Demacro-ize dma_transfer_expand
twinaphex
2014-12-11
Forcibly disable PIC if building with HAVE_DYNAREC on
twinaphex
2014-12-11
gba_memory.c - Turn trigger_dma into function
twinaphex
2014-12-11
(gba_memory.c) Turn trigger_timer into real function
twinaphex
2014-12-11
Turn some sound macro functions in gba_memory.c into real functions
twinaphex
[next]