Commit Graph

  • 7cd7d17954 removed undefined function ARMul_ConsolePrint bunnei 2014-05-16 00:51:36 -0400
  • ad49d481a8 added missing armcopro from skyeye bunnei 2014-05-16 00:23:36 -0400
  • 9a642caee7 added missing skyeye mmu code bunnei 2014-05-15 23:39:06 -0400
  • 56846a4200 fixed armmmu imports bunnei 2014-05-15 22:58:21 -0400
  • 3e1eafa244 - moved mmu to arm/interpreter folder bunnei 2014-05-15 22:54:17 -0400
  • 4fba4f36bf - added SVC stubs for QueryMemory and GetThreadId bunnei 2014-05-15 20:17:30 -0400
  • 4910b6f336 added memory mapped region for system mem - sdk demos load a segment here on ELF load bunnei 2014-05-15 18:56:28 -0400
  • 3c240abf10 added ability to load AXF files (same as ELF) bunnei 2014-05-15 18:54:57 -0400
  • 940330c6e1 completely gutted/refactored threading code to be simpler bunnei 2014-05-15 18:27:08 -0400
  • a7cc430aa4 changed "UID" to "Handle" to be a little more consistent with CTR naming bunnei 2014-05-15 18:26:28 -0400
  • 367d63691f - added ThreadContext struct bunnei 2014-05-15 18:25:56 -0400
  • cf2eb8e3d3 added ThreadQueueList class to common (taken from PPSSPP) bunnei 2014-05-15 18:19:34 -0400
  • b99a5da65b - added helper function for __KernelCreateThread bunnei 2014-05-14 20:50:30 -0400
  • 9f5588725c changed primary thread priority to 0x30 - this is typical, not 0x31 bunnei 2014-05-14 20:49:27 -0400
  • 4d7f3c74fd added function stubs for EatCycles and ReSchedule bunnei 2014-05-14 20:49:02 -0400
  • 0de78eb3c4 fixed thread reset to not set stack address bunnei 2014-05-13 23:18:28 -0400
  • 7d078189da various cleanups / remove unused code bunnei 2014-05-13 22:29:31 -0400
  • 3838d46b90 added a bunch of threading code, recycled from PPSSPP, with lots of hacks in for 3DS... doesn't really do much yet. Just a jumping off point bunnei 2014-05-13 22:00:11 -0400
  • b87536e82c changed loader to use __KernelLoadExec bunnei 2014-05-13 21:58:51 -0400
  • b5ef630c9c added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter decoding for now) bunnei 2014-05-13 21:58:26 -0400
  • 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