Commit Graph

  • 2c54d5eee2 fixed scm_rev_gen bunnei 2014-04-08 20:20:10 -0400
  • de0a034a84 fixed project includes to use new directory structure bunnei 2014-04-08 20:15:08 -0400
  • 63e46abdb8 got rid of 'src' folders in each sub-project bunnei 2014-04-08 19:25:03 -0400
  • 03c245345e fixed some license headers that I missed bunnei 2014-04-08 19:19:26 -0400
  • c0796cf762 fixed all license file headers in core bunnei 2014-04-08 19:15:46 -0400
  • 3dc3bd5627 fixed licensing issue with core_timing being GPL v2+ instead of Dolphin's GPL v2 bunnei 2014-04-08 19:11:21 -0400
  • ef7cfa0207 fixed license header in video_core bunnei 2014-04-08 19:04:25 -0400
  • 8dedab0bac added license txt file bunnei 2014-04-08 19:03:00 -0400
  • 8c60294243 - removed lots of unused code from gekko bunnei 2014-04-08 18:59:02 -0400
  • 7a7917df27 Update README.md bunnei 2014-04-08 15:05:45 -0400
  • f446f79da2 Merge branch 'hardware-interface' bunnei 2014-04-07 00:57:37 -0400
  • efef514fd8 removed unused comments, changed main processing loop to be infinite bunnei 2014-04-07 00:53:47 -0400
  • 8cf851f68a added support for renderering the external framebuffers bunnei 2014-04-07 00:52:34 -0400
  • 506e6049d3 added external framebuffer GL handles bunnei 2014-04-06 22:57:04 -0400
  • 6f7fd741db removed log message from hw_lcd bunnei 2014-04-06 22:56:25 -0400
  • aae52e3f8f added hack physical memory reads with Memory::GetPointer bunnei 2014-04-06 22:56:08 -0400
  • aa3ae1af49 added "citra" instead of "emu" to title bar bunnei 2014-04-06 22:49:54 -0400
  • 0727e07462 added video_core as a dependencie for citra in build order bunnei 2014-04-06 16:57:09 -0400
  • 0716470609 added logger option specifically for the renderer bunnei 2014-04-06 16:56:42 -0400
  • f0d49253e4 calling SwapBuffers from hw_lcd.cpp bunnei 2014-04-06 16:56:13 -0400
  • 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