summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-31added simple processing loop and ELF loading to main()... hackish, will ↵bunnei
cleanup later
2014-03-31added ELF loading support to loader.cppbunnei
2014-03-31commented out bswap stuff... ARM ELF files are little endian anywaybunnei
2014-03-31added support for reading/writing to stack membunnei
2014-03-31grabbed ppsspp's MemArenabunnei
2014-03-30replaced some error logs with debug assertsbunnei
2014-03-30removed unnecessary debug assertbunnei
2014-03-29added ARM11 MMU from skyeyebunnei
2014-03-29initialize mem regionsbunnei
2014-03-29added various arm modules from skyeye to make project link OKbunnei
2014-03-25added a GetPointer function to Memory for use with ELF loadingbunnei
2014-03-25updated Windows project files to include ELF filesbunnei
2014-03-25added Dolphin's ELF reader to the projectbunnei
2013-10-06renamed FILETYPE_CTR_DIRECTORY to FILETYPE_DIRECTORY_CXIShizZy
2013-10-06fixed a typo in declaration of meta file systemShizZy
2013-10-03moved some core functions over to system moduleShizZy
2013-10-01added core_timing and system modules to core vcprojShizZy
2013-10-01added an early function for booting from a directoryShizZy
2013-10-01added a message option to Core::Halt functionShizZy
2013-10-01added TIME logger for core timingShizZy
2013-10-01renamed GC_ALIGNED* macros to MEMORY_ALIGNED*ShizZy
2013-09-26upgraded proj files to vs 2013ShizZy
2013-09-26added system.h to projectShizZy
2013-09-26renamed from citrus to citraShizZy
2013-09-25added meta_file_system to projectShizZy
2013-09-25renamed file_sys_directory.* to directory_file_system.*ShizZy
2013-09-25moved file_sys back to coreShizZy
2013-09-23removed <windows.h> include from common.h and added it only where neededShizZy
2013-09-23moved file_sys to commonShizZy
2013-09-23removed unused commented-out codeShizZy
2013-09-23renamed PSPFileInfo to just FileInfoShizZy
2013-09-23added PPSSPP's file system directory module for game loadingShizZy
2013-09-23added UNICODE preprocessor defineShizZy
2013-09-23added localtime_r for use on windowsShizZy
2013-09-23added utf8 to common module, utils for dealing with utf8ShizZy
2013-09-23removed preprocessor defines from base.props... these were not usedShizZy
2013-09-19ppsspp file system module - currently unusedShizZy
2013-09-19updated to chunk_file module from ppssppShizZy
2013-09-19added a module for loading bootable binariesShizZy
2013-09-19added mem_map hardware writingShizZy
2013-09-18added hw R/W/ memory functionsShizZy
2013-09-18added swap types to commonShizZy
2013-09-18refactored some mem_map stuffShizZy
2013-09-18added log msg to coreShizZy
2013-09-18added core initialization to app entry pointShizZy
2013-09-18removed CORE and LOADER from LogTypesShizZy
2013-09-18added CORE and LOADER to LogTypesShizZy
2013-09-17added ARMulator/skyeye ARM11 core to the projectShizZy
2013-09-17changed log CPU from PPC to ARM11ShizZy
2013-09-17added default windows includeShizZy