Commit graph

  • bbabed8e98 Memory: Properly cleanup & shutdown. bunnei 2015-04-27 21:59:06 -0400
  • 28df8dbfeb Qt: Create emu thread on bootup, kill it on shutdown. bunnei 2015-04-16 23:31:14 -0400
  • d5665fea89 EmuThread: Remove unused filename attribute. bunnei 2015-04-16 19:19:05 -0400
  • 762c1a9ff5 Qt: Move EmuThread ownership from render window to main window. bunnei 2015-04-16 18:35:09 -0400
  • 4d30edc11e Merge pull request #717 from linkmauve/useless-auto bunnei 2015-04-29 10:27:58 -0400
  • 36b48082d5 VideoCore: Remove a superfluous auto variable declaration in debug_utils. Emmanuel Gil Peyrot 2015-04-29 13:37:12 +0200
  • 5b9bbc37d4 Merge pull request #715 from purpasmart96/configmem_typo_fix Yuri Kunde Schlesner 2015-04-28 16:24:53 -0700
  • 8716445621 ConfigMem: Remove duplicate retail bit purpasmart96 2015-04-28 16:22:50 -0700
  • 2cc6511039 Merge pull request #692 from purpasmart96/log_improvements bunnei 2015-04-28 10:12:50 -0400
  • c3a480160e Services/Loader: Use more sensible log formats for certain functions along with more info being logged. purpasmart96 2015-04-09 00:11:03 -0700
  • d8b22d8b87 Merge pull request #710 from lioncash/static archshift 2015-04-24 15:25:18 -0700
  • 1baab50e7c ptm_sysm: Add static specifier to IsLegacyPowerOff Lioncash 2015-04-24 18:23:14 -0400
  • ff015a22e2 Rename git submodules, so they are more easily accessible from external tools. Emmanuel Gil Peyrot 2015-04-22 18:15:18 +0200
  • 4dbe358a71 Merge pull request #706 from lioncash/unused bunnei 2015-04-20 20:47:26 -0400
  • 8b2b620a5e dyncom: Remove more unused/unnecessary code Lioncash 2015-04-20 16:15:33 -0400
  • e3eba48596 Merge pull request #704 from citra-emu/archshift-patch-1 bunnei 2015-04-19 20:53:07 -0400
  • a698e15c5d Merge pull request #703 from lioncash/cruft bunnei 2015-04-19 20:50:41 -0400
  • 33aaf13586 Add "or any later version" qualifier to the GPLv2 statement in the readme archshift 2015-04-18 03:32:01 -0700
  • d66a12c6f6 dyncom: Remove unused/unnecessary VFP cruft Lioncash 2015-04-17 20:44:54 -0400
  • 5e55a525d8 Merge pull request #691 from rohit-n/sign-compare bunnei 2015-04-17 20:22:03 -0400
  • 1add98d7f8 Merge pull request #699 from yuriks/event-use-lambda bunnei 2015-04-17 20:18:01 -0400
  • 6402de9ae7 Common: thread.h cleanups Yuri Kunde Schlesner 2015-04-16 17:55:30 -0300
  • 3ee9f6c5d8 Merge pull request #696 from yuriks/interface-deinline bunnei 2015-04-14 19:14:27 -0400
  • 46ea6944c3 Merge pull request #697 from linkmauve/clang<3 bunnei 2015-04-14 19:13:33 -0400
  • 2e860bd59c Core_ARM11: Replace debug prints with our own logging functions in vfpsingle. Emmanuel Gil Peyrot 2015-04-14 21:34:36 +0200
  • d9eb7ca95c citra-qt: Use std::abs() to get the right absolute function for s64. Emmanuel Gil Peyrot 2015-04-14 21:17:54 +0200
  • 0d69b2f7bd Kernel: Use the correct format string for u64 hex. Emmanuel Gil Peyrot 2015-04-14 21:16:59 +0200
  • bdcf28e3bc Headers: Add some forgotten overrides, thanks clang! Emmanuel Gil Peyrot 2015-04-14 21:15:42 +0200
  • ad3e25b414 De-inline functions from Interface, removing them from service.h Yuri Kunde Schlesner 2015-04-14 15:22:09 -0300
  • 6f1143885b Merge pull request #683 from bunnei/thread-priority bunnei 2015-04-09 23:05:49 -0400
  • db4bd98bac SVC: Assert on unsupported CreateThread processor ID. bunnei 2015-04-09 22:55:18 -0400
  • f15c142c5e Silence some -Wsign-compare warnings. Rohit Nirmal 2015-04-08 19:41:04 -0500
  • c077bcefa9 SVC: Update various SVCs to cause a reschedule. - CreateMutex/ReleaseMutex/ReleaseSemaphore/SetTimer/CancelTimer/ArbitrateAddress bunnei 2015-04-06 21:58:05 -0400
  • 9c3419ebcc Kernel: Implemented priority inheritance for mutexes. bunnei 2015-04-03 18:40:16 -0400
  • 7b9f428b23 Thread: Implement priority boost for starved threads. bunnei 2015-03-23 23:55:21 -0400
  • ee3377b67d SVC: Reschedule on svcCreateThread. bunnei 2015-03-23 00:50:38 -0400
  • bdd190363d APT: (Subv) Fix bug where start event was being incorrectly signaled. bunnei 2015-04-05 22:11:57 -0400
  • e08f55b1a7 Kernel: Fixed default thread priority. bunnei 2015-03-23 00:50:06 -0400
  • b16fe21764 Merge pull request #690 from Zaneo/sharedmemory bunnei 2015-04-09 14:37:15 -0400
  • 25a43cd2ec Initialize base address to 0x0 Gareth Higgins 2015-04-08 20:34:41 -0400
  • 8af5753da5 Merge pull request #689 from lioncash/format Tony Wasserka 2015-04-08 15:41:21 +0200
  • 114126b216 Merge pull request #688 from lioncash/unused bunnei 2015-04-07 23:03:08 -0400
  • e630fd2a95 Merge pull request #676 from purpasmart96/ir_service_refc bunnei 2015-04-07 23:01:07 -0400
  • 7da90dee42 gpu: Fix a missing format specifier Lioncash 2015-04-07 08:14:19 -0400
  • a6c9e453b2 dyncom: Remove unnecessary enum and typedef Lioncash 2015-04-07 08:00:07 -0400
  • 11bd6024fb Merge pull request #686 from lioncash/vfp bunnei 2015-04-06 21:21:59 -0400
  • 29a4b6c7ed vfp: Make the FPSID values match the MPCore Lioncash 2015-04-06 16:05:11 -0400
  • f9cc6d6484 vfp: Get rid of the VFP_OFFSET macro Lioncash 2015-04-06 15:58:45 -0400
  • 14dcd98653 Merge pull request #685 from lioncash/cpregs bunnei 2015-04-06 15:06:07 -0400
  • 8d7a77a1d4 Merge pull request #684 from lioncash/uninit Yuri Kunde Schlesner 2015-04-06 10:34:56 -0700
  • 8004d35ea1 core: Migrate 3DS-specific CP15 register setting into Init Lioncash 2015-04-06 13:01:19 -0400
  • c3ffe8f9c3 arm_interface: Support retrieval/storage to CP15 registers Lioncash 2015-04-06 12:57:49 -0400
  • b7b8b67620 Move CP15 enum definitions into their own enum. Lioncash 2015-04-06 12:43:23 -0400
  • 23dd2ca8a6 dyncom: Properly return the value of the user RO thread register Lioncash 2015-04-06 09:25:11 -0400
  • e628ed4810 dyncom: Set CP15 reset values on initialization Lioncash 2015-04-06 09:12:55 -0400
  • bb7dac022e dyncom: Suppress uninitialized variable warnings Lioncash 2015-04-05 23:46:10 -0400
  • 8997cfaeb4 Merge pull request #682 from yuriks/virtmem2 bunnei 2015-04-05 22:07:25 -0400
  • 34b009cf38 Clean-up mem_map constants and fix framebuffer translation errors Yuri Kunde Schlesner 2015-02-08 11:38:00 -0200
  • fec6d603b0 Merge pull request #681 from Zaneo/master archshift 2015-04-05 00:11:48 -0700
  • 8060c519a6 Changed occurences of colour to color for consistency Gareth Higgins 2015-04-05 02:36:43 -0400
  • 64196976b9 Merge pull request #680 from archshift/bg-color bunnei 2015-04-04 15:14:14 -0400
  • d6c9af600f IR: Move The IR services to their own folder and implement "GetHandles" purpasmart96 2015-03-27 16:51:54 -0700
  • 3fd2cc566b Merge pull request #641 from purpasmart96/service_stubs bunnei 2015-04-03 22:16:50 -0400
  • cae89fb315 Allow the user to set the background clear color during emulation archshift 2015-04-03 15:35:51 -0700
  • 198c0ddc72 Services: Stubs and minor changes purpasmart96 2015-03-07 17:54:16 -0800
  • e25ffaba86 Merge pull request #677 from lioncash/cp15 bunnei 2015-04-02 20:21:11 -0400
  • 490df716f3 dyncom: Move CP15 register writing into its own function. Lioncash 2015-03-26 15:25:04 -0400
  • 5e5954c63b dyncom: Move CP15 register reading into its own function. Lioncash 2015-03-26 12:54:16 -0400
  • d95d6e3ecd Merge pull request #678 from lioncash/disasm bunnei 2015-03-31 22:33:23 -0400
  • bd7798f94b Merge pull request #679 from lioncash/const bunnei 2015-03-31 22:32:03 -0400
  • e05d6220f5 disassembler: Get rid of a const_cast Lioncash 2015-03-30 15:37:34 -0400
  • 0520a3b178 callstack: Remove unnecessary disassembler instantiation Lioncash 2015-03-30 11:22:52 -0400
  • 37a9d0635e Updated the appveyor build to no longer copy the QT dlls since it is done in post build now. James Rowe 2015-03-27 01:54:47 -0600
  • de6eba0288 dyncom: Migrate InAPrivilegedMode to armsupp Lioncash 2015-03-26 09:21:24 -0400
  • 635ed87788 unsetting a few more variables that arent needed outside of this function James Rowe 2015-03-26 04:11:05 -0600
  • 5b9a5493c5 Updated the copy commands to run on post_build and use generator expressions to simplify the code as well James Rowe 2015-03-26 04:00:49 -0600
  • 2d7008f03c Changes to bring the previous commits in line with the comments on thepull request. Made the debug build a true debug build with no optimizxations and the RelWithDebInfo is what it says it is too. Changed the copying of the dlls to the build directories to happen at configuration time instead of build time James Rowe 2015-02-26 20:24:22 -0700
  • 4a7e21eb58 More changes to the CMakeFiles for better MSVC compatibility. Added in the RelWithDebInfo target and setup copying the Qt 5 Dlls to the output directories. James Rowe 2015-02-25 21:36:02 -0700
  • fa79b3f4f4 Small changes to the CMake file to make windows build easier James Rowe 2015-02-25 14:58:47 -0700
  • c4767f3bb2 Merge pull request #672 from purpasmart96/citra_moar_app_mem bunnei 2015-03-24 23:22:56 -0400
  • b3d4a10e29 Merge pull request #674 from lioncash/sys-instrs bunnei 2015-03-24 23:21:44 -0400
  • eea0df8c52 Merge pull request #673 from lioncash/cleanup bunnei 2015-03-24 13:12:50 -0400
  • a80d93685a dyncom: Implement SRS Lioncash 2015-03-24 11:30:54 -0400
  • cde671795c dyncom: Implement RFE Lioncash 2015-03-24 11:11:57 -0400
  • 2df10d2284 dyncom: Remove unused/unnecessary macros and macro constants Lioncash 2015-03-24 09:55:56 -0400
  • e0c72ec871 ConfigMem: Set the app memory to be 96MB instead of the default 64MB purpasmart96 2015-03-23 00:20:30 -0700
  • 03ceb7adf9 Merge pull request #656 from Subv/nz bunnei 2015-03-22 14:58:38 -0400
  • 5ac2a41f72 Merge pull request #669 from lioncash/cruft bunnei 2015-03-22 14:57:48 -0400
  • f23f2a9a42 armmmu: Remove unnecessary enum values Lioncash 2015-03-20 19:35:27 -0400
  • 1981aa3d7e Merge pull request #659 from lioncash/setend bunnei 2015-03-19 21:37:43 -0400
  • 4612d0be6c Merge pull request #667 from archshift/wut archshift 2015-03-19 16:19:07 -0700
  • b4b1070541 Remove mysterious spaces that were added by git show --format archshift 2015-03-19 16:16:43 -0700
  • b9612fe919 Service/FS: Document and log some unknown values. Subv 2015-03-19 17:39:00 -0500
  • df71ed194d Merge pull request #665 from archshift/appveyor-sigh- archshift 2015-03-17 19:30:09 -0700
  • 5c4d8dff2b Strip newlines on the build name before trying to upload. archshift 2015-03-17 19:26:45 -0700
  • 99fc82b5c0 Merge pull request #635 from archshift/builds bunnei 2015-03-17 21:45:43 -0400
  • 580b317821 Merge pull request #650 from Subv/scaling bunnei 2015-03-17 19:13:06 -0400
  • 9fdb311d6e dyncom: Make Load/Store instructions support big endian Lioncash 2015-03-11 16:10:14 -0400
  • 0bb4b77b78 Merge pull request #655 from purpasmart96/hid_fixes bunnei 2015-03-17 10:19:59 -0400
  • 5b1757d6a5 HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow along with a stub for GetSoundVolume purpasmart96 2015-03-13 14:36:19 -0700