yuzu-emu
/
yuzu-android
Archived
1
0
Fork 0

Commit Graph

  • 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
  • ef0c4aac86 Merge pull request #660 from purpasmart96/ncch_updates bunnei 2015-03-16 21:21:54 -0400
  • 6cc1a07235 CI: upload builds to builds.citra-emu.org instead of MEGA archshift 2015-03-06 15:54:09 -0800
  • 6977877665 Merge pull request #661 from linkmauve/cleanup bunnei 2015-03-16 20:32:51 -0400
  • 23b401c3ac GPU/DisplayTransfer: Made the scaling bits a single 2bit value Subv 2015-03-12 13:11:57 -0500
  • c1f5cb7dd5 Merge pull request #652 from neobrain/shader_output_fix bunnei 2015-03-16 18:35:34 -0400
  • 968c418fa5 Merge pull request #662 from linkmauve/video_core-warnings bunnei 2015-03-16 18:18:24 -0400
  • e4e2c929af Merge pull request #663 from lioncash/ticks bunnei 2015-03-16 14:25:15 -0400
  • 8cf81643a9 arm_interface: Get rid of GetTicks. Lioncash 2015-03-16 12:16:59 -0400
  • 92fd2a1ee3 VideoCore: Add static_cast around expressions where the compiler doesn’t deduce the right type. Emmanuel Gil Peyrot 2015-03-16 15:14:04 +0100
  • 188b419586 Common: Fix logic for setting EMU_DATA_DIR. Emmanuel Gil Peyrot 2015-03-16 02:22:59 +0100
  • 4c684fb274 Common: Make a #else more apparent. Emmanuel Gil Peyrot 2015-03-16 02:22:19 +0100
  • 061c69a6bb NCCH: Minor updates to the ncch header purpasmart96 2015-03-15 14:17:19 -0700
  • 3e5aeb9a7a Merge pull request #657 from Subv/flip bunnei 2015-03-14 23:11:29 -0400
  • f280806214 dyncom: Implement SETEND Lioncash 2015-03-11 12:50:39 -0400
  • fb8f47060b GPU: Implemented the flip_data (bit 0) bit in display transfers. Subv 2015-03-14 14:40:40 -0500
  • fdd9fed47e Merge pull request #658 from Subv/ref_temporary Tony Wasserka 2015-03-14 21:08:35 +0100
  • c0d1a91017 EmuWindow: Fixed a reference to a temporary variable Subv 2015-03-14 15:01:02 -0500
  • 1d61cd4460 Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSystemSaveData Subv 2015-03-14 12:00:01 -0500
  • e4f5ec6272 Pica/VertexShader: Fix a bug caused due to incorrect assumptions of consecutive output register tables. Tony Wasserka 2015-03-12 14:18:46 +0100
  • ed5b275d21 Merge pull request #642 from bunnei/touchpad bunnei 2015-03-11 21:28:57 -0400
  • 4bbddda377 hid_user: Removed unnecessary includes. bunnei 2015-03-09 23:47:57 -0400
  • e79c27f1e0 HID: Removed unnecessary global variables. bunnei 2015-03-09 23:38:52 -0400
  • 85cbccb1d3 HID: Added additional variable comments and some code cleanups. bunnei 2015-03-09 23:03:24 -0400
  • d61b26b79f HID: Complete refactor of pad/touch input to fix threading issues. bunnei 2015-03-09 00:14:59 -0400
  • b56829df02 Merge pull request #629 from archshift/lcdfb bunnei 2015-03-10 18:08:55 -0400
  • 953e09ddb5 EmuWindow: Made pad/touch functions non-static. bunnei 2015-03-08 21:45:45 -0400
  • a1a1a5c6c5 HID: Cleanup how `next_touch_index` is calculated for Pad and touch. bunnei 2015-03-08 21:32:13 -0400
  • 432aa1044c HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings. bunnei 2015-03-08 21:28:23 -0400
  • e9b9f1842b HID: Added static asserts to check register position in shared memory. bunnei 2015-03-08 21:21:25 -0400
  • f213000cc4 Qt: Implemented EmuWindow touchpad support. bunnei 2015-03-08 03:42:40 -0400
  • dd73217ae3 GLFW: Implemented EmuWindow touchpad support. bunnei 2015-03-08 03:19:33 -0400