Rename files endian.c and memory.c

This commit is contained in:
twinaphex
2014-03-30 22:29:30 +02:00
parent 7e6caac57d
commit 30b4c60b21
25 changed files with 40 additions and 142 deletions

View File

@@ -34,12 +34,12 @@
#include "x6502.h"
#include "fceu.h"
#include "sound.h"
#include "endian.h"
#include "fceu-endian.h"
#include "fds.h"
#include "general.h"
#include "state.h"
#include "movie.h"
#include "memory.h"
#include "fceu-memory.h"
#include "ppu.h"
#include "netplay.h"
#include "video.h"