Commit graph

  • 1583d2b6f3 - added __KernelLoadExec function bunnei 2014-05-13 21:57:12 -0400
  • ce4d271a53 added option to set CPSR register to arm_interface bunnei 2014-05-11 22:14:13 -0400
  • 6b264518a5 added initial kernel/thread modules bunnei 2014-05-09 22:11:18 -0400
  • daf7a7880a added kernel logger to common bunnei 2014-05-09 20:54:51 -0400
  • bdc54d0d48 Merge pull request #15 from bunnei/hle-services bunnei 2014-05-08 17:16:35 -0400
  • b39cd3a64c removed unknown fields from GX_CmdBufferHeader bunnei 2014-05-08 17:12:07 -0400
  • a6b047ec3b removed incorrect dolphin copyright line bunnei 2014-05-08 17:11:41 -0400
  • d4bf68b650 Merge pull request #16 from Sethpaien/master bunnei 2014-05-08 12:42:01 -0400
  • e1fcb2fdfb Update FlipFramebuffer Sethpaien 2014-05-08 18:05:30 +0200
  • a713bd1bad fixed include of common in bit_field.h bunnei 2014-05-07 21:44:16 -0400
  • 505d984f16 logger fix for linux bunnei 2014-05-07 21:34:04 -0400
  • 4de763f462 removed unnecessary log message bunnei 2014-05-07 21:19:03 -0400
  • 72622a1b5a - removed HLE mem "hack" and replaced with kernel mem region bunnei 2014-05-07 21:04:55 -0400
  • f23e99bb85 added kernel memory to mem_map bunnei 2014-05-07 21:01:09 -0400
  • 92bde183dd added GSP to loggers bunnei 2014-05-07 20:59:21 -0400
  • e7a0283625 added BitField to common bunnei 2014-05-07 18:14:42 -0400
  • de36d82dde - added debug logging to syscall.cpp bunnei 2014-05-06 23:34:20 -0400
  • a3a383cb7a added mem_map read for config_mem bunnei 2014-05-06 23:32:04 -0400
  • 34dc0a9b07 added config_mem module for HLE of firmware configuration memory settings bunnei 2014-05-06 23:29:39 -0400
  • d1472b816f - disable strict alignment on LDRD/STRD bunnei 2014-05-06 21:34:00 -0400
  • 9db26df05f - added better SVC logging bunnei 2014-05-06 17:18:20 -0400
  • e3ee3e441b commented out useless debug logs that just spammed console bunnei 2014-05-06 17:17:00 -0400
  • bd316ca0c0 Fixed indents archshift 2014-05-04 15:47:42 -0700
  • 62528320ea Check arg count before attempting to access it. archshift 2014-05-01 20:41:42 -0700
  • f7c6302009 - added CallMCR function to coprocessor HLE module bunnei 2014-05-01 23:03:50 -0400
  • c1e71ae1ac fixed include in coprocessor.cpp bunnei 2014-05-01 19:21:04 -0400
  • f043424915 renamed hle "mrc" module to "coprocessor" bunnei 2014-05-01 19:20:44 -0400
  • 4ee72869cc - added some function wrappers for HLE bunnei 2014-05-01 18:50:36 -0400
  • eec40f8f6f Use runtime arguments to specify boot filename. archshift 2014-05-01 15:13:06 -0700
  • 7817d6c79a Support for C++11 on OSX archshift 2014-04-30 23:47:38 -0700
  • bb7fcf79fe - added option to load a code.bin file extracted from a CXI file bunnei 2014-04-30 23:50:14 -0400
  • 08fb71108a added symbol map load function to Qt GUI bunnei 2014-04-30 23:46:57 -0400
  • 29da6e9ab5 added a module to load symbol map files for debugging bunnei 2014-04-30 23:46:06 -0400
  • 924e7b6af8 fixed a bug where ExeFs code was being incorrectly masked bunnei 2014-04-30 23:31:04 -0400
  • 704075f04a Fixed indents archshift 2014-04-30 20:12:01 -0700
  • 948cfe6d37 Reverse debugging changes archshift 2014-04-30 20:00:44 -0700
  • 25106ac96e Revert "Fix Travis" archshift 2014-04-30 19:59:38 -0700
  • 7b1d8045ee Fix Travis archshift 2014-04-30 19:51:36 -0700
  • dade106aa9 Linux support archshift 2014-04-30 18:44:48 -0700
  • 04818af42e Merge branch 'issue-7-fix' of https://github.com/archshift/citra into issue-7-fix archshift 2014-04-30 18:37:20 -0700
  • 541c9dffb7 Unintended change reversal archshift 2014-04-30 18:34:49 -0700
  • fb47258af7 TGA dumps work, courtesy of @bunnei archshift 2014-04-30 18:34:49 -0700
  • bdc3c99904 Merge commit upstream/master into issue-7-fix archshift 2014-04-30 18:01:12 -0700
  • 3dad4e3b5c Sets OGL version for Qt; will only work with Qt5 archshift 2014-04-30 17:10:38 -0700
  • c1b770cc0d OpenGL 3+ on OSX with GLFW archshift 2014-04-30 17:00:36 -0700
  • a7f3ed003d A bit of Cmake love archshift 2014-04-30 16:56:25 -0700
  • 235dddb3f1 added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded) bunnei 2014-04-29 23:16:12 -0400
  • c37390f8e2 reorganized memory regions enum, added regions for ExeFS code bunnei 2014-04-29 22:31:24 -0400
  • 52377cf0d2 Some more experimentation archshift 2014-04-29 19:27:01 -0700
  • 237d079aad Merge commit upstream/master into issue-7-fix archshift 2014-04-28 19:44:43 -0700
  • 5a9c2ce5ea IT'S ALIVE! archshift 2014-04-28 19:40:39 -0700
  • 5a3d9b8e61 added FAQ link to README.md bunnei 2014-04-28 17:07:48 -0400
  • 305c2e61bd fixed build image in README.md to link to Travis CI page bunnei 2014-04-28 12:23:38 -0400
  • b7eb9aad3e added Travis CI build indicator to README.md bunnei 2014-04-28 12:21:41 -0400
  • d45b14fc66 Merge pull request #5 from cpp3ds/master bunnei 2014-04-28 11:57:12 -0400
  • 5749d1eabe Fix complaints about functions that could not be found archshift 2014-04-27 22:25:30 -0700
  • 5741f2fb26 Problematic class with no current implementation archshift 2014-04-27 22:24:39 -0700
  • b9fc729928 Problematic template functions archshift 2014-04-27 22:23:58 -0700
  • 48deb45624 Xcode complains that the class name is redundant. archshift 2014-04-27 22:23:01 -0700
  • ff48c8bed3 Rect to BasicRect archshift 2014-04-27 22:21:46 -0700
  • af921daa4c added virtual address conversion for firmware FW0B bunnei 2014-04-27 22:32:51 -0400
  • 81cb80997a add missing bswap functions bunnei 2014-04-27 21:49:50 -0400
  • 535947a0e1 fix for issue Linux build #9, not sure why this is broken but its unused code I'm just getting rid of it bunnei 2014-04-27 21:31:50 -0400
  • 438dba40c1 Merge branch 'hle-interface-updates' bunnei 2014-04-27 21:25:16 -0400
  • a48c6b947d removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class bunnei 2014-04-27 18:29:51 -0400
  • 451a14f98c fixed weird spacing bunnei 2014-04-27 18:24:54 -0400
  • f76a60be05 removed commented out line - this was for an unimplemented MRC call, no longer need to leave this here bunnei 2014-04-27 18:22:30 -0400
  • 1142ccba03 fixed renderer to use correct framebuffer location bunnei 2014-04-27 12:42:01 -0400
  • a6c925112a hackish but working way to set the framebuffer location to VRAM (used in ARM11 demos tested thus far, e.g. yeti3DS) bunnei 2014-04-27 12:41:25 -0400
  • b2a6ad52f4 added helper functions to mem_map to convert physical addresses to virtual addresses bunnei 2014-04-27 12:40:31 -0400
  • f0525a1eb4 added code to LCD modules keep track of framebuffer location in FCRAM or VRAM bunnei 2014-04-27 12:39:57 -0400
  • f78794961e - changed HW IO map to use virtual addresses bunnei 2014-04-26 14:21:40 -0400
  • 9e047e32d4 added simple GSP GPU ReadHWRegs function to support returning the framebuffer address bunnei 2014-04-26 01:48:24 -0400
  • a272803dcb added preliminary DataSynchronizationBarrier support with simple DMA copy bunnei 2014-04-26 01:47:52 -0400
  • 25d595d869 added (fake) physical addresses for where to put framebuffer in VRAM bunnei 2014-04-26 01:32:05 -0400
  • 86a515e5ac added vram to memory_map bunnei 2014-04-26 01:27:25 -0400
  • a226dc57bf Need to add Xcursor to linker? Thomas Edvalson 2014-04-25 23:01:58 -0400
  • 149503d249 Yet anothing missing dependency? libxcursor-dev Thomas Edvalson 2014-04-25 22:04:18 -0400
  • c08cec14e1 Maybe needs libglew-dev? Thomas Edvalson 2014-04-25 21:54:09 -0400
  • cb0663de51 moved HLE::MRC to its own module, added support for catching data synchronization barrier command bunnei 2014-04-25 17:15:19 -0400
  • 6151e26958 added disassembly to unimplemented instruction bunnei 2014-04-25 15:57:32 -0400
  • 2672e7d883 removed some cruft bunnei 2014-04-25 15:27:47 -0400
  • e08f242141 fixed bug where svc_ControlMemory was not properly getting passed in parameters bunnei 2014-04-25 15:26:27 -0400
  • 322efe83fa Fixed travis dir problem (third time's the charm) Thomas Edvalson 2014-04-25 12:52:01 -0400
  • ac4947bb68 One of the lines wasn't quite unneccesary. Thomas Edvalson 2014-04-25 12:43:11 -0400
  • 5c76845363 Remove potentially unnecessary lines in Travis script. Thomas Edvalson 2014-04-25 12:39:49 -0400
  • e492a253d9 Added Travis CI script Thomas Edvalson 2014-04-25 12:32:13 -0400
  • 2d1c8078c9 Merge pull request #4 from cpp3ds/master bunnei 2014-04-25 10:48:49 -0400
  • c51e4822b1 Fixed CMake's import of GLFW. Thomas Edvalson 2014-04-25 10:50:25 -0400
  • 08e1ba746f Resolved undefined Common::g_scm_branch error. Thomas Edvalson 2014-04-25 10:34:27 -0400
  • 890c7261d2 - added preliminary support for svc_MapMemoryBlock bunnei 2014-04-24 23:56:06 -0400
  • b7cd4c9e90 added functions to map Heap and Shared memory space bunnei 2014-04-24 22:32:26 -0400
  • 66e1f8ab33 added GSP::RegisterInterruptRelayQueue function bunnei 2014-04-24 22:20:13 -0400
  • cd0664eb77 - refactored how service functions are called bunnei 2014-04-24 22:16:54 -0400
  • 15dacc4d3f removed "COVERAGE_" from "GCC_COVERAGE_COMPILE_FLAGS" bunnei 2014-04-24 14:42:03 -0400
  • 82fbc84780 Update README.md bunnei 2014-04-24 11:28:10 -0400
  • 66a98ea686 made qt window title consistent bunnei 2014-04-23 22:49:55 -0400
  • 80a040ac77 fixes to scm_rev generation to make it conistent with windows build bunnei 2014-04-23 19:13:00 -0700
  • 121960a2eb updated windows scm_rev code to use new style ShizZy 2014-04-23 22:04:33 -0400
  • 4405a53cf3 added scm rev generation on Linux/cmake bunnei 2014-04-23 18:43:57 -0700