Commit Graph

15951 Commits (9f6892271f3903baa2680eef9c5497f878a69de5)
 

Author SHA1 Message Date
ShizZy e83de18f4b removed unused commented-out code
ShizZy 59020e8d9c renamed PSPFileInfo to just FileInfo
ShizZy 1af6ae2f48 added PPSSPP's file system directory module for game loading
ShizZy 3fe49a303d added UNICODE preprocessor define
ShizZy 1114eb9aaf added localtime_r for use on windows
ShizZy a8c3c2a391 added utf8 to common module, utils for dealing with utf8
ShizZy 511f7b8c10 removed preprocessor defines from base.props... these were not used
ShizZy 80b85ee7e6 ppsspp file system module - currently unused
ShizZy a5b31dea56 updated to chunk_file module from ppsspp
ShizZy 8990b51ac8 added a module for loading bootable binaries
ShizZy bf3938d56e added mem_map hardware writing
ShizZy 030c836793 added hw R/W/ memory functions
ShizZy f24f4ff978 added swap types to common
ShizZy cd6e998e9a refactored some mem_map stuff
ShizZy b2c5690413 added log msg to core
ShizZy 9a248afb5a added core initialization to app entry point
ShizZy a658419946 removed CORE and LOADER from LogTypes
ShizZy 5417346585 added CORE and LOADER to LogTypes
ShizZy 7dcfb9c1cf added ARMulator/skyeye ARM11 core to the project
ShizZy cdbe6557e8 changed log CPU from PPC to ARM11
ShizZy d5863c415e added default windows include
ShizZy dab2d6917b initialized log manager
ShizZy 71d4fa9d3f added file platform.h
ShizZy b8ca09160b renamed project to 'citrus'
ShizZy 9709dd2def added scm_rev_gen project to automatically create a header with the git revision on build
ShizZy bfa6493324 renamed AkiruBinDir to EmuBinDir
ShizZy 2161364258 cleaned up VS project files
ShizZy 4f5d397379 fixed some code warnings
ShizZy c2867f7e14 removed unneeded dolphin paths code, fixed linker problems with common.lib
ShizZy 7ea22ffcdb re-enabled GetLastErrorMsg
ShizZy 802504cc86 enabled StringPooling and EnableEnhancedInstructionSet
ShizZy dbd4a97914 added missing project dependencies
ShizZy 0ec884c433 removed ignored specific libraries section from project file
ShizZy 6847033b27 updated common paths
ShizZy 62d873da3e start of 3DS memory map
ShizZy d708e2d68a added core and mem_map files to the project
ShizZy a7ab25441c added ipch/ folder (MSVS generated) to .gitignore
ShizZy b5c78f8a20 added an ARM disassembler from the android project
ShizZy 3bdd0effe1 added 'bin' folder to .gitignore
ShizZy 48db82013b added missing files
ShizZy ed79f16b6e deleting renamed directory
ShizZy 86495a83c1 various fixes to be able to build project
ShizZy 518cbf2fb0 added build directory to be ignored by git
ShizZy 3fc25f4801 updated .gitignore to include temporary files created by MSVS
ShizZy 4ca6d6452e added emu_window.h to define interface to drawing to a window
ShizZy d953d3d017 renamed VS properties to be correct filename case
ShizZy d9c849586e updated CMakeLists.txt file for new common files
ShizZy 7564d28faf replaced common code with dolphin common
ShizZy 72325bef1d deleted gekko's common files
ShizZy 27474060e1 adding initial project layout