Commit graph

  • 551b2a52e0 initialize VideoCore bunnei 2014-04-06 16:55:54 -0400
  • 080f847550 added initial renderer code bunnei 2014-04-06 16:55:39 -0400
  • e4d1ad4bda set window size to correspond to framebuffer sizes bunnei 2014-04-06 16:55:05 -0400
  • a604eaee54 added project linker reference bunnei 2014-04-06 16:54:28 -0400
  • 23506defe3 added video_core project to solution bunnei 2014-04-05 16:04:25 -0400
  • 89fd6eb237 added missing includes to common_types.h bunnei 2014-04-05 15:47:55 -0400
  • e022717477 added g_app_core->Step and HW::Update to Core::SingleStep to be consistent with other changes made bunnei 2014-04-05 15:26:03 -0400
  • ed15feebf1 changed hw_lcd to use ARM core correct tick counter instead of [what was actually] just an instruction count. this seems to fix timing issues with the 3DS_Homebrew_Pong3Dv2 demo. bunnei 2014-04-05 15:23:59 -0400
  • 02bcb4cfad Updated common_types.h to use Gekko's version w/ Rect and some useful unions bunnei 2014-04-05 15:22:36 -0400
  • 925a894c1b added DISALLOW_COPY_AND_ASSIGN macro bunnei 2014-04-05 15:22:11 -0400
  • 7509a9b21f added LCD logger bunnei 2014-04-05 01:25:13 -0400
  • c874c1d06c add hw_lcd.* to VS project files bunnei 2014-04-05 01:24:54 -0400
  • 6433f4d6f9 added an "Update" method to update all hardware bunnei 2014-04-05 01:24:14 -0400
  • 9c2355ba4f added a module for interfacing to hardware LCD bunnei 2014-04-05 01:23:51 -0400
  • c1dfa75845 added a tick counter bunnei 2014-04-05 01:23:28 -0400
  • 31abc42d3d added initial support for hw.cpp module bunnei 2014-04-05 00:01:07 -0400
  • 9b6041d818 Remove Core::GetState(). Use new ARM_Interface instead. Mathieu Vaillancourt 2014-04-04 23:24:09 -0400
  • f1fd84aa0f Support vs express edition without having to get platform sdk Mathieu Vaillancourt 2014-04-04 23:10:02 -0400
  • 670ac5643a added hw module to interface h/w register reads/writes bunnei 2014-04-04 23:02:59 -0400
  • 006bb834df added a HW option to logging bunnei 2014-04-04 22:53:34 -0400
  • 590f294d8e renamed some functions bunnei 2014-04-04 22:47:10 -0400
  • c89f3a5c38 added entry point loading from ELF file bunnei 2014-04-04 22:26:25 -0400
  • 69223d007e - added an interface layer for ARM cores bunnei 2014-04-04 22:26:06 -0400
  • d601d2e696 renamed ARM disassembler class from "Arm" to "ARM_Disasm" bunnei 2014-04-04 22:25:12 -0400
  • f5f6428b97 got rid of some really poorly named macros in SkyEye core bunnei 2014-04-04 22:24:41 -0400
  • 66299a4880 moved arm core to interpreter directory bunnei 2014-04-04 21:12:05 -0400
  • c2d4c7d4f4 added some commented out ARMulator functions bunnei 2014-04-03 22:06:42 -0400
  • 829952834a added hack to allow physical mem read/writes bunnei 2014-04-03 22:04:50 -0400
  • cbd1de38be made memory #define's enum to make debugging easier bunnei 2014-04-03 22:04:24 -0400
  • 1c7120b3aa More Qt changes for debugger Mathieu Vaillancourt 2014-04-03 21:24:07 -0400
  • 564e3f5032 Add Core::GetState() for debugger Mathieu Vaillancourt 2014-04-03 21:22:13 -0400
  • 20bf361b95 removed some useless log messages bunnei 2014-04-03 19:04:14 -0400
  • 7bf24c066b added thumb mode emulation bunnei 2014-04-03 19:03:55 -0400
  • c9b5b89e21 convert tabs to spaces bunnei 2014-04-01 18:20:08 -0400
  • 4860480c36 convert tabs to spaces bunnei 2014-04-01 18:18:52 -0400
  • e05be0145c -converted tabs to spaces bunnei 2014-04-01 18:18:02 -0400
  • 81b61ee720 Load file in qt window Mathieu Vaillancourt 2014-03-31 22:42:19 -0400
  • 05be8d2f0c Basic QT window Mathieu Vaillancourt 2014-03-31 22:26:50 -0400
  • d4b529111a added very hackish ARMulator core initialization and CPU stepping bunnei 2014-03-31 22:26:50 -0400
  • c7f4914a90 added simple processing loop and ELF loading to main()... hackish, will cleanup later bunnei 2014-03-31 22:25:55 -0400
  • 85e8da6fc8 added ELF loading support to loader.cpp bunnei 2014-03-31 22:23:55 -0400
  • e32c03e860 commented out bswap stuff... ARM ELF files are little endian anyway bunnei 2014-03-31 22:15:02 -0400
  • a36f9492cc added support for reading/writing to stack mem bunnei 2014-03-31 21:05:51 -0400
  • 07ea22de5c grabbed ppsspp's MemArena bunnei 2014-03-31 21:04:50 -0400
  • 4fdeadb8e2 replaced some error logs with debug asserts bunnei 2014-03-30 02:13:25 -0400
  • 7c5d8f6dad removed unnecessary debug assert bunnei 2014-03-30 00:42:13 -0400
  • 328c415c74 added ARM11 MMU from skyeye bunnei 2014-03-29 23:28:38 -0400
  • bd38abf249 initialize mem regions bunnei 2014-03-29 21:53:41 -0400
  • 6b255111d5 added various arm modules from skyeye to make project link OK bunnei 2014-03-29 21:53:07 -0400
  • 20807c4d5a added a GetPointer function to Memory for use with ELF loading bunnei 2014-03-25 10:50:34 -0400
  • 97e4d9f211 updated Windows project files to include ELF files bunnei 2014-03-25 10:49:56 -0400
  • 872d9ae87f added Dolphin's ELF reader to the project bunnei 2014-03-25 10:47:12 -0400
  • e0cfd6b0b8 renamed FILETYPE_CTR_DIRECTORY to FILETYPE_DIRECTORY_CXI ShizZy 2013-10-06 09:39:11 -0400
  • 8a95dd3f11 fixed a typo in declaration of meta file system ShizZy 2013-10-06 09:24:46 -0400
  • e0cb54ea35 moved some core functions over to system module ShizZy 2013-10-03 17:47:31 -0400
  • 9d79fc7aa6 added core_timing and system modules to core vcproj ShizZy 2013-10-01 19:10:47 -0400
  • 4c24ea3d88 added an early function for booting from a directory ShizZy 2013-10-01 19:09:49 -0400
  • 539bf8bc86 added a message option to Core::Halt function ShizZy 2013-10-01 19:07:33 -0400
  • 2f2a980c92 added TIME logger for core timing ShizZy 2013-10-01 19:06:51 -0400
  • 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