aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/gte_arm.S
AgeCommit message (Collapse)Author
2012-11-28Revert "rename gte_arm.S back to gte_arm.s, fixes compiling on non-Android ↵twinaphex
platforms" This reverts commit 159dc8eed41f86f841d7b0178ed6a015e8019a5e.
2012-10-29rename gte_arm.S back to gte_arm.s, fixes compiling on non-Android platformsToad King
fix Android makefile to pass HAVE_ARMV7 symbol to assembler
2012-10-26(Android) renamed gte_arm.s to gte_arm.S so it builds on Linuxtwinaphex