Commit graph

  • eab69534c6 renamed GC_ALIGNED* macros to MEMORY_ALIGNED* ShizZy 2013-10-01 19:05:33 -0400
  • a79fb90d62 upgraded proj files to vs 2013 ShizZy 2013-09-26 22:48:31 -0400
  • c71868a6b1 added system.h to project ShizZy 2013-09-26 22:01:09 -0400
  • 8bb0c457bc renamed from citrus to citra ShizZy 2013-09-26 17:34:48 -0400
  • a7b06698ff added meta_file_system to project ShizZy 2013-09-25 21:25:46 -0400
  • 05d5113701 renamed file_sys_directory.* to directory_file_system.* ShizZy 2013-09-25 21:03:42 -0400
  • 5b0b60ad6b moved file_sys back to core ShizZy 2013-09-25 20:59:29 -0400
  • 00287b7a65 removed <windows.h> include from common.h and added it only where needed ShizZy 2013-09-23 22:09:26 -0400
  • 29cdc1df39 moved file_sys to common ShizZy 2013-09-23 22:04:56 -0400
  • e83de18f4b removed unused commented-out code ShizZy 2013-09-23 21:57:54 -0400
  • 59020e8d9c renamed PSPFileInfo to just FileInfo ShizZy 2013-09-23 21:55:02 -0400
  • 1af6ae2f48 added PPSSPP's file system directory module for game loading ShizZy 2013-09-23 21:50:41 -0400
  • 3fe49a303d added UNICODE preprocessor define ShizZy 2013-09-23 21:48:30 -0400
  • 1114eb9aaf added localtime_r for use on windows ShizZy 2013-09-23 21:47:24 -0400
  • a8c3c2a391 added utf8 to common module, utils for dealing with utf8 ShizZy 2013-09-23 21:46:59 -0400
  • 511f7b8c10 removed preprocessor defines from base.props... these were not used ShizZy 2013-09-23 21:45:44 -0400
  • 80b85ee7e6 ppsspp file system module - currently unused ShizZy 2013-09-19 23:28:34 -0400
  • a5b31dea56 updated to chunk_file module from ppsspp ShizZy 2013-09-19 23:28:05 -0400
  • 8990b51ac8 added a module for loading bootable binaries ShizZy 2013-09-19 23:21:22 -0400
  • bf3938d56e added mem_map hardware writing ShizZy 2013-09-19 23:13:33 -0400
  • 030c836793 added hw R/W/ memory functions ShizZy 2013-09-18 23:52:51 -0400
  • f24f4ff978 added swap types to common ShizZy 2013-09-18 23:26:13 -0400
  • cd6e998e9a refactored some mem_map stuff ShizZy 2013-09-18 22:36:39 -0400
  • b2c5690413 added log msg to core ShizZy 2013-09-18 22:36:07 -0400
  • 9a248afb5a added core initialization to app entry point ShizZy 2013-09-18 22:35:45 -0400
  • a658419946 removed CORE and LOADER from LogTypes ShizZy 2013-09-18 22:35:09 -0400
  • 5417346585 added CORE and LOADER to LogTypes ShizZy 2013-09-18 21:29:55 -0400
  • 7dcfb9c1cf added ARMulator/skyeye ARM11 core to the project ShizZy 2013-09-17 23:03:54 -0400
  • cdbe6557e8 changed log CPU from PPC to ARM11 ShizZy 2013-09-17 22:58:55 -0400
  • d5863c415e added default windows include ShizZy 2013-09-17 22:58:18 -0400
  • dab2d6917b initialized log manager ShizZy 2013-09-17 22:57:59 -0400
  • 71d4fa9d3f added file platform.h ShizZy 2013-09-15 22:18:16 -0400
  • b8ca09160b renamed project to 'citrus' ShizZy 2013-09-13 18:11:14 -0400
  • 9709dd2def added scm_rev_gen project to automatically create a header with the git revision on build ShizZy 2013-09-13 17:46:27 -0400
  • bfa6493324 renamed AkiruBinDir to EmuBinDir ShizZy 2013-09-08 21:57:38 -0400
  • 2161364258 cleaned up VS project files ShizZy 2013-09-08 21:56:54 -0400
  • 4f5d397379 fixed some code warnings ShizZy 2013-09-08 21:55:37 -0400
  • c2867f7e14 removed unneeded dolphin paths code, fixed linker problems with common.lib ShizZy 2013-09-08 20:42:03 -0400
  • 7ea22ffcdb re-enabled GetLastErrorMsg ShizZy 2013-09-08 20:41:23 -0400
  • 802504cc86 enabled StringPooling and EnableEnhancedInstructionSet ShizZy 2013-09-08 20:37:04 -0400
  • dbd4a97914 added missing project dependencies ShizZy 2013-09-08 20:36:24 -0400
  • 0ec884c433 removed ignored specific libraries section from project file ShizZy 2013-09-08 20:36:00 -0400
  • 6847033b27 updated common paths ShizZy 2013-09-08 13:17:27 -0400
  • 62d873da3e start of 3DS memory map ShizZy 2013-09-05 23:04:04 -0400
  • d708e2d68a added core and mem_map files to the project ShizZy 2013-09-05 18:33:46 -0400
  • a7ab25441c added ipch/ folder (MSVS generated) to .gitignore ShizZy 2013-09-04 23:01:55 -0400
  • b5c78f8a20 added an ARM disassembler from the android project ShizZy 2013-09-04 23:00:12 -0400
  • 3bdd0effe1 added 'bin' folder to .gitignore ShizZy 2013-09-04 22:12:40 -0400
  • 48db82013b added missing files ShizZy 2013-09-04 22:10:47 -0400
  • ed79f16b6e deleting renamed directory ShizZy 2013-09-04 22:10:05 -0400
  • 86495a83c1 various fixes to be able to build project ShizZy 2013-09-04 22:09:15 -0400
  • 518cbf2fb0 added build directory to be ignored by git ShizZy 2013-09-04 21:03:28 -0400
  • 3fc25f4801 updated .gitignore to include temporary files created by MSVS ShizZy 2013-09-04 21:02:07 -0400
  • 4ca6d6452e added emu_window.h to define interface to drawing to a window ShizZy 2013-09-04 21:00:29 -0400
  • d953d3d017 renamed VS properties to be correct filename case ShizZy 2013-09-04 20:46:01 -0400
  • d9c849586e updated CMakeLists.txt file for new common files ShizZy 2013-09-04 20:42:27 -0400
  • 7564d28faf replaced common code with dolphin common ShizZy 2013-09-04 20:17:46 -0400
  • 72325bef1d deleted gekko's common files ShizZy 2013-09-04 17:52:59 -0400
  • 27474060e1 adding initial project layout ShizZy 2013-08-29 23:35:09 -0400
  • 8404376c6b Initial commit shizzy1 2013-08-29 20:18:16 -0700