Commit graph

  • 7a136b8a84 fixes to build on linux bunnei 2014-04-22 19:42:29 -0700
  • c479921142 removed duplicate rotl/rotr functions ShizZy 2014-04-22 18:47:43 -0400
  • 5c89324809 updated CMakeLists for missing files ShizZy 2014-04-22 18:35:40 -0400
  • 81f6062c85 Re-enable toggling window mode. Mathieu Vaillancourt 2014-04-21 23:15:17 -0400
  • 5ad1aa8b68 Add a quick way to load Launcher.dat files Mathieu Vaillancourt 2014-04-21 23:09:10 -0400
  • bf025ed03c fixed order of LogManager and System init bunnei 2014-04-21 22:02:32 -0400
  • 7a080551ac fixed GL context acquire (applies to Qt GUI only) bunnei 2014-04-21 22:00:32 -0400
  • 089dff2cd4 fixed VSProps for Qt DLL copy bunnei 2014-04-21 22:00:13 -0400
  • 1780f9b76a Ignore scm_rev.h and auto copy Qt dlls to bin folder on build. Mathieu Vaillancourt 2014-04-19 14:26:14 -0400
  • ad0734acee Remove unused QTableView Mathieu Vaillancourt 2014-04-18 18:34:03 -0400
  • e5f09b8be6 UI/debugger changes Mathieu Vaillancourt 2014-04-18 18:30:53 -0400
  • 958bca606e Merge branch 'hle-interface' bunnei 2014-04-18 17:52:49 -0400
  • 70c2cce963 renamed hw_lcd module to just lcd bunnei 2014-04-17 23:48:23 -0400
  • c3a4b4bfca added NDMA hardware interface bunnei 2014-04-17 23:43:55 -0400
  • b2baafaf8b added GSP heap memory allocation bunnei 2014-04-17 23:05:31 -0400
  • 33e7d97d46 fixed bug in Memory::GetPointer bunnei 2014-04-17 21:40:42 -0400
  • fb026f6b46 moved enums into Memory:: namespace bunnei 2014-04-17 21:19:32 -0400
  • a9dba388eb added memory read/write to GSP heap bunnei 2014-04-17 21:15:40 -0400
  • 09ffe87360 more various refactors to memory interface bunnei 2014-04-17 21:05:34 -0400
  • ae99574b6d cleaned up memory interfaces a lot, removed some hackish stuff bunnei 2014-04-17 18:40:42 -0400
  • 9d5a561c1b fixed framebuffer color order bunnei 2014-04-17 17:47:34 -0400
  • f0797dcf1f added a new function wrapper bunnei 2014-04-16 22:19:23 -0400
  • d4411acfd0 removed hard-coded framebuffer addresses from renderer_opengl.cpp bunnei 2014-04-16 21:30:10 -0400
  • 9d1a17ca88 fixed bug with printing std::string in log messages bunnei 2014-04-16 21:22:15 -0400
  • 795d6bf5b7 changed unknown memory read/write to report the size bunnei 2014-04-16 21:21:53 -0400
  • bb5bc2df25 added class stub for HID:User service bunnei 2014-04-16 20:58:36 -0400
  • b8851305bd updated service comments bunnei 2014-04-16 20:46:05 -0400
  • de3dcd38f6 - fixed tabs in function_wrappers.h bunnei 2014-04-16 20:41:33 -0400
  • 32c3462047 - added stubbed out GSP::Gpu service interface bunnei 2014-04-16 00:03:41 -0400
  • acef5e0b17 removed no longer used function header bunnei 2014-04-15 23:41:52 -0400
  • ffabed8c25 restructured hle:services completely to use function lookup tables bunnei 2014-04-15 23:28:03 -0400
  • 386dd722e7 fixed naming for APT_U bunnei 2014-04-15 22:42:35 -0400
  • 7ec5950bc4 - extracted srv: calls from service.cpp and put in its own module bunnei 2014-04-15 22:40:19 -0400
  • cb504e236b added helper functions for upper/lowercase strings bunnei 2014-04-14 21:25:46 -0400
  • 18766b9e69 added a stub for GetLockHandle bunnei 2014-04-13 22:59:16 -0400
  • 9f4d677cdf added framework for APT service (application and title launching service) bunnei 2014-04-13 16:33:45 -0400
  • 524e78ece8 renamed class Interface_SRV to SRV bunnei 2014-04-13 01:22:05 -0400
  • ce822b6815 replace tabs with spaces bunnei 2014-04-13 00:39:05 -0400
  • 5ea4679630 added some very initial command parsing for SRV Sync bunnei 2014-04-13 00:38:48 -0400
  • 67f6e41470 added a GetPointer function for reading from HLE command buffer bunnei 2014-04-13 00:37:10 -0400
  • f2f63a0f05 fixed hw write declarations to not be const bunnei 2014-04-12 23:32:04 -0400
  • 6f6d5158de added OS memory read/write for thread command buffer bunnei 2014-04-12 23:31:39 -0400
  • b24e6f2b60 cleanups to service HLE bunnei 2014-04-12 22:08:48 -0400
  • 68e198476f - added HLE to connect to "srv:" service bunnei 2014-04-12 21:55:36 -0400
  • 68a8594d04 Init window size from VideoCore. Start changing the default window behavior... Mathieu Vaillancourt 2014-04-12 19:01:33 -0400
  • 0ecb0365e4 Show symbols in disasm Mathieu Vaillancourt 2014-04-12 18:59:26 -0400
  • 67095f8083 Implement simple LoadSymbols for ELF files Mathieu Vaillancourt 2014-04-12 18:58:43 -0400
  • d046cfbba1 Add symbols map Mathieu Vaillancourt 2014-04-12 18:57:58 -0400
  • 4d88318903 hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing this...) bunnei 2014-04-12 01:36:39 -0400
  • cd7de52fea added a SETABORT method that does not update LR (for HLE'd SVC that does not jump appcore CPU to an IRQ vector) bunnei 2014-04-12 01:35:45 -0400
  • 9a9b7b289a added a memory mapped option for HLE bunnei 2014-04-12 01:33:13 -0400
  • 02fbd42e7f - renamed hle_syscall to just syscall bunnei 2014-04-11 18:44:21 -0400
  • 7ea7585898 replace tabs with spaces bunnei 2014-04-11 18:09:23 -0400
  • f6c328cf37 moved hle.cpp into hle folder (due to mistake earlier) bunnei 2014-04-11 18:07:49 -0400
  • ec19c679d7 Fixed GPLv2 license issue bunnei 2014-04-11 16:21:14 -0400
  • 1c491d5c98 Fixed GPLv2 license issue bunnei 2014-04-11 16:20:39 -0400
  • 503e584ee1 Fixed GPLv2 license issue bunnei 2014-04-11 16:19:39 -0400
  • e9f0e4967d added remaining known syscall functions to Syscall_Table bunnei 2014-04-11 14:19:40 -0400
  • 2bde8f2856 base code to call a syscall from ARM11 appcore bunnei 2014-04-10 23:26:12 -0400
  • 01bedbf956 updated logging message bunnei 2014-04-10 22:49:12 -0400
  • 5d95bb9843 cleaned up some logging messages bunnei 2014-04-10 22:45:40 -0400
  • d4cb2aab63 added logger for generic HLE bunnei 2014-04-10 22:43:48 -0400
  • 3bd041f5b0 changed some naming/misc cleanups bunnei 2014-04-10 22:15:07 -0400
  • 2a7d7ce55d - removed syscall classes (will just use HLEFunction) bunnei 2014-04-10 21:30:00 -0400
  • ff4fe52bf6 Temporarily "fix" citra_qt for Windows Mathieu Vaillancourt 2014-04-10 20:50:10 -0400
  • 95f237a086 Merge branch 'master' into hle-interface bunnei 2014-04-10 20:10:18 -0400
  • 17b32b7b3f removed scm_rev.h from version control bunnei 2014-04-10 20:05:58 -0400
  • b0ae99e177 removed unused macros from citra.h bunnei 2014-04-10 20:04:01 -0400
  • 7b3cde1f3a added missing const to GetWindowTitle bunnei 2014-04-10 20:02:30 -0400
  • f68de21ad1 added initial modules for setting up SysCall HLE bunnei 2014-04-10 19:58:28 -0400
  • fccbfc208c missed this file with commit 95e5436f bunnei 2014-04-10 19:57:56 -0400
  • d9bb4f11c6 added Memory::GetCharPointer to read strings from HLE functions bunnei 2014-04-10 19:56:30 -0400
  • 95e5436f41 cleaned up arm_interface, added a setter to set registers for use with HLE return values bunnei 2014-04-10 19:55:59 -0400
  • 9527fc74ad fixed a bunch of errors in CMakeLists bunnei 2014-04-09 20:28:43 -0700
  • 6b83509a7e updated CMakeLists bunnei 2014-04-09 23:09:05 -0400
  • 59d00e6e4b Update README.md bunnei 2014-04-09 14:31:37 -0400
  • 5da03e821e - removed deprecated version.h bunnei 2014-04-08 23:18:23 -0400
  • d0674cc98b fixed licensing and updated code style naming for arm_interface/arm_interpreter frontend module bunnei 2014-04-08 20:38:33 -0400
  • ad4fffca0d fixed license headers in citra project bunnei 2014-04-08 20:25:53 -0400
  • 73663409eb removed duplicate license file bunnei 2014-04-08 20:21:36 -0400
  • 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