summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed from citrus to citraGravatar ShizZy2013-09-2616-43/+43
* added meta_file_system to projectGravatar ShizZy2013-09-254-0/+637
* renamed file_sys_directory.* to directory_file_system.*Gravatar ShizZy2013-09-254-5/+5
* moved file_sys back to coreGravatar ShizZy2013-09-257-6/+15
* removed <windows.h> include from common.h and added it only where neededGravatar ShizZy2013-09-233-5/+5
* moved file_sys to commonGravatar ShizZy2013-09-237-15/+6
* removed unused commented-out codeGravatar ShizZy2013-09-231-154/+0
* renamed PSPFileInfo to just FileInfoGravatar ShizZy2013-09-233-21/+21
* added PPSSPP's file system directory module for game loadingGravatar ShizZy2013-09-233-10/+138
* added localtime_r for use on windowsGravatar ShizZy2013-09-231-0/+8
* added utf8 to common module, utils for dealing with utf8Gravatar ShizZy2013-09-234-0/+534
* ppsspp file system module - currently unusedGravatar ShizZy2013-09-193-0/+1008
* updated to chunk_file module from ppssppGravatar ShizZy2013-09-191-133/+623
* added a module for loading bootable binariesGravatar ShizZy2013-09-196-4/+207
* added mem_map hardware writingGravatar ShizZy2013-09-193-75/+76
* added hw R/W/ memory functionsGravatar ShizZy2013-09-185-3/+161
* added swap types to commonGravatar ShizZy2013-09-184-0/+549
* refactored some mem_map stuffGravatar ShizZy2013-09-182-19/+36
* added log msg to coreGravatar ShizZy2013-09-181-0/+2
* added core initialization to app entry pointGravatar ShizZy2013-09-181-5/+3
* removed CORE and LOADER from LogTypesGravatar ShizZy2013-09-181-2/+0
* added CORE and LOADER to LogTypesGravatar ShizZy2013-09-181-0/+2
* added ARMulator/skyeye ARM11 core to the projectGravatar ShizZy2013-09-1718-0/+11356
* changed log CPU from PPC to ARM11Gravatar ShizZy2013-09-172-2/+3
* added default windows includeGravatar ShizZy2013-09-171-0/+4
* initialized log managerGravatar ShizZy2013-09-171-0/+5
* added file platform.hGravatar ShizZy2013-09-154-0/+137
* renamed project to 'citrus'Gravatar ShizZy2013-09-1319-46/+46
* added scm_rev_gen project to automatically create a header with the git revis...Gravatar ShizZy2013-09-134-3/+162
* cleaned up VS project filesGravatar ShizZy2013-09-083-67/+24
* fixed some code warningsGravatar ShizZy2013-09-082-2/+2
* removed unneeded dolphin paths code, fixed linker problems with common.libGravatar ShizZy2013-09-083-132/+118
* re-enabled GetLastErrorMsgGravatar ShizZy2013-09-081-19/+23
* removed ignored specific libraries section from project fileGravatar ShizZy2013-09-081-2/+4
* updated common pathsGravatar ShizZy2013-09-084-16/+13
* start of 3DS memory mapGravatar ShizZy2013-09-055-16/+80
* added core and mem_map files to the projectGravatar ShizZy2013-09-057-14/+244
* added an ARM disassembler from the android projectGravatar ShizZy2013-09-044-0/+1175
* added missing filesGravatar ShizZy2013-09-043-0/+154
* deleting renamed directoryGravatar ShizZy2013-09-042-156/+0
* various fixes to be able to build projectGravatar ShizZy2013-09-048-151/+112
* added emu_window.h to define interface to drawing to a windowGravatar ShizZy2013-09-043-0/+108
* updated CMakeLists.txt file for new common filesGravatar ShizZy2013-09-041-9/+16
* replaced common code with dolphin commonGravatar ShizZy2013-09-0451-107/+8640
* deleted gekko's common filesGravatar ShizZy2013-09-0428-4543/+0
* adding initial project layoutGravatar ShizZy2013-08-2944-0/+5555