Commit Graph

  • 2a5b56bb1d Be more intentional with check Zak Kurka 2018-10-20 18:17:54 -0500
  • 261dc33507 Merge branch 'master' of github.com:citra-emu/citra into ips-patches Zak Kurka 2018-10-20 18:11:38 -0500
  • bf50bb06f1 Minor style changes and use memcpy Zak Kurka 2018-10-20 18:10:32 -0500
  • 11729eafe1
    Merge pull request #4315 from FearlessTobi/port-1332 Weiyi Wang 2018-10-20 18:05:06 -0400
  • 2496ecbaf6 Added IPS patching Zak Kurka 2018-10-20 13:09:05 -0500
  • bf71bf021c Minor changes fearlessTobi 2018-10-20 17:36:07 +0200
  • 65ec8de31e web_service: hide dependencies to private Weiyi Wang 2018-10-20 10:47:17 -0400
  • 57d68bb541 Address review comments fearlessTobi 2018-10-13 13:33:04 +0200
  • 7daac96862 Review comments - part 5 fearlessTobi 2018-10-02 16:04:10 +0200
  • 9901b289b6 Review comments -part 4 fearlessTobi 2018-09-29 02:51:28 +0200
  • 08793a6dae Review comments - part 3 fearlessTobi 2018-09-19 20:04:45 +0200
  • 8a87a6a72f Address more review comments fearlessTobi 2018-09-17 20:58:24 +0200
  • b0aed19823 Address a bunch of review comments fearlessTobi 2018-09-17 17:16:01 +0200
  • 111b7db759 Stop splitting includes fearlessTobi 2018-09-21 17:25:42 +0200
  • f56a840333 game_list_p: Take map iterator contents by const reference Lioncash 2018-09-17 05:30:09 -0400
  • 52ec85be12 game_list_p: Amend typo in GameListItemCompat's constructor parameter Lioncash 2018-09-17 05:31:27 -0400
  • 230edc8c7c yuzu: Move compatibility list specifics to their own source files Lioncash 2018-09-09 19:09:37 -0400
  • 9238015dd4 yuzu: Move GameListWorker to its own source files lioncash 2018-09-19 18:45:57 +0200
  • eadd8b91b2
    Merge pull request #4338 from FearlessTobi/port-1490 Weiyi Wang 2018-10-20 10:09:41 -0400
  • a7483f8e9a
    Merge branch 'master' of https://github.com/citra-emu/citra into hotkey-config Adityarup Laha 2018-10-20 16:47:12 +0530
  • a9fafa11c6
    citra_qt: Move "Hotkeys" into Controls group, as a seperate tab. Addressed review comments. Fixed reloading hotkeys on-the-fly. adityaruplaha 2018-09-17 16:49:55 +0530
  • 964c453b44 use boost::variant Valentin Vanelslande 2018-10-20 01:02:13 -0500
  • 9334f078f4 fix Valentin Vanelslande 2018-10-20 00:47:51 -0500
  • 4f09dc74a5 add nand directory setting & add option to use default directories after changing to custom Valentin Vanelslande 2018-10-20 00:41:35 -0500
  • cbf8f03025 minor changes Valentin Vanelslande 2018-10-19 23:50:58 -0500
  • ca4c8964b6 misc changes Valentin Vanelslande 2018-10-19 23:36:38 -0500
  • 42bac2e7cc misc changes Valentin Vanelslande 2018-10-19 23:05:07 -0500
  • d737d4d875 misc changes Valentin Vanelslande 2018-10-19 21:42:32 -0500
  • f1ef66acff citra_qt/main: Simplify OnMenuLoadFile() Lioncash 2018-10-13 10:23:50 -0400
  • c1fe9248c3 misc changes fearlessTobi 2018-10-19 17:30:24 +0200
  • 10915b1387
    Use an ISO styled format string Pengfei Zhu 2018-10-20 07:49:11 +0800
  • 18caa787d2
    Merge pull request #4197 from B3n30/spsc_queue_wait Weiyi Wang 2018-10-19 19:36:37 -0400
  • 655afb9f50 Add more state checking, remove unneeded include fearlessTobi 2018-10-19 17:30:24 +0200
  • bf9addea4e change default value of enable_clear_cache to false Valentin Vanelslande 2018-10-18 21:03:43 -0500
  • 751ebe55e9 Kernel: pass ref down to Object and wrap ID counter into kernel state Weiyi Wang 2018-10-13 17:24:51 -0400
  • 87426b29ff kernel: pass ref to shared memory Weiyi Wang 2018-10-13 17:08:37 -0400
  • 2a411bb501 Kernel: wrap resource limit state into kernel state; pass ref to resource limit Weiyi Wang 2018-10-13 16:41:34 -0400
  • 13c26b4371 Kernel: pass ref to session pair Weiyi Wang 2018-10-13 16:11:20 -0400
  • 1213a298df Kernel: pass ref to port Weiyi Wang 2018-10-12 19:00:16 -0400
  • c141657d83 Kernel: pass ref to timer Weiyi Wang 2018-10-12 16:26:23 -0400
  • 247249d5d3 Kernel: pass ref to sempahore Weiyi Wang 2018-10-12 16:12:08 -0400
  • 181646679c ServiceManager: pass down core reference Weiyi Wang 2018-10-12 16:11:51 -0400
  • d940293d32 Kernel: pass ref to thread Weiyi Wang 2018-10-12 15:47:06 -0400
  • 9565091fc2 kernel: pass ref in Process Weiyi Wang 2018-10-12 15:33:36 -0400
  • 213b259cf1 kernel: pass ref in CodeSet Weiyi Wang 2018-10-12 15:21:32 -0400
  • 7449ba85a6 Kernel: pass ref in Mutex Weiyi Wang 2018-10-11 16:00:09 -0400
  • eec11a94cb Kernel: pass Kernel ref in Event Weiyi Wang 2018-10-11 15:48:16 -0400
  • 734be98966 Kernel: pass Kernel reference into AddressArbiter Weiyi Wang 2018-10-11 15:19:45 -0400
  • f446fd1fe5 Kernel: add KernelSystem class Weiyi Wang 2018-10-11 14:49:52 -0400
  • 1de63f9b16
    Merge pull request #4328 from B3n30/remove_current_module Weiyi Wang 2018-10-18 21:39:24 -0400
  • 7abb46cd4c
    Merge 851e9476fd into 9458ae0977 Valentin Vanelslande 2018-10-18 16:10:06 +0000
  • 851e9476fd apply fixes Pengfei Zhu 2018-10-18 11:05:10 -0500
  • 8082334fe3 Load AES keys stored in boot9.bin (#4335) Ben 2018-10-17 10:13:55 +0200
  • 85be6f0c88 Implement Mii Selector Valentin Vanelslande 2018-10-16 16:19:56 -0500
  • 41eda5b019 Minor swkbd changes Valentin Vanelslande 2018-10-16 16:10:54 -0500
  • 777b4c91cc Move ptm_shared_extdata_id to header Valentin Vanelslande 2018-10-16 16:07:43 -0500
  • 145b9251bb Move buttons text to a separate file Valentin Vanelslande 2018-10-16 16:05:56 -0500
  • 910c4a4f7a citra_qt/main: Apply the [[maybe_unused]] attribute to the parameter of SetDiscordEnabled() Lioncash 2018-10-13 10:10:27 -0400
  • 3dc7611328 FileSys::Ticket::Load: Return error if signature type does not match (#4339) Ben 2018-10-15 17:26:35 +0200
  • 93ca0e6fd1 core, citra_qt: add frame advancing to framelimiter zhupengfei 2018-10-01 23:39:22 +0800
  • 2477178d8d citra: fix cemuhook module crash zhupengfei 2018-10-12 22:58:30 +0800
  • 8235bca7c8 fix macos build Valentin Vanelslande 2018-10-18 09:18:24 -0500
  • adb78daaf6 mii selector: misc changes - Fix no miis message - Fix buttons text - Add user mii whitelist support Valentin Vanelslande 2018-10-18 09:12:35 -0500
  • 9458ae0977
    Merge pull request #4259 from zhaowenlan1779/game-list Pengfei Zhu 2018-10-18 21:29:33 +0800
  • 2fa98a31e8 minor change Valentin Vanelslande 2018-10-17 23:33:53 -0500
  • 13b6132e2f misc changes Valentin Vanelslande 2018-10-17 23:17:46 -0500
  • b272147723 misc changes Valentin Vanelslande 2018-10-17 22:16:37 -0500
  • 25fba84a12 string_util: Remove TryParse Valentin Vanelslande 2018-10-17 20:27:02 -0500
  • febaa6c70f minor changes Valentin Vanelslande 2018-10-17 16:29:23 -0500
  • beb8971a66 misc changes Valentin Vanelslande 2018-10-17 15:47:16 -0500
  • c414b30d40 Use g_hle_lock fearlessTobi 2018-10-17 21:17:57 +0200
  • 96a332b9b7 Use g_hle_lock fearlessTobi 2018-10-17 20:58:09 +0200
  • a501b593cb fix Valentin Vanelslande 2018-10-17 12:20:16 -0500
  • 51926691e0 misc changes Valentin Vanelslande 2018-10-17 12:19:02 -0500
  • ad232efbf0 apply fixes Weiyi Wang 2018-10-17 18:03:27 +0200
  • 7950272c05 remove names in todos Valentin Vanelslande 2018-10-17 11:33:04 -0500
  • 6f53cc46eb add seconds section to clock settings Valentin Vanelslande 2018-10-17 11:25:42 -0500
  • 932def69ef Load keys from save mode native firm Valentin Vanelslande 2018-10-17 11:24:24 -0500
  • 10e746b60d save_mode_native_firm_id fix Weiyi Wang 2018-10-17 18:03:56 +0200
  • 2ac2b5a04c save_mode_native_firm_id fix Weiyi Wang 2018-10-17 18:03:44 +0200
  • 5bed959b32 fix ARM9_header case Weiyi Wang 2018-10-17 18:03:27 +0200
  • be3bd18c42 Load keys from new3DS native firm B3n30 2018-10-17 13:21:02 +0200
  • 15c9db0883 Load keys from the o3DS save mode native firm B3n30 2018-10-14 00:06:39 +0200
  • 3d88f87ab3 add space Valentin Vanelslande 2018-10-17 10:14:20 -0500
  • 53a3498aee
    Merge pull request #4193 from B3n30/controller5 Weiyi Wang 2018-10-17 10:49:21 -0400
  • 4df6926957 minor changes Valentin Vanelslande 2018-10-17 09:24:59 -0500
  • 638f66af24 fix macos build Valentin Vanelslande 2018-10-17 09:21:54 -0500
  • b38211b7d5 ? Valentin Vanelslande 2018-10-17 09:09:19 -0500
  • 1849e8b09c HW::AES: add generator_constant B3n30 2018-10-17 16:07:11 +0200
  • 23d22a589c ? Valentin Vanelslande 2018-10-17 08:45:46 -0500
  • 6560275cb1 ? Valentin Vanelslande 2018-10-17 08:32:49 -0500
  • c3f7e91f14
    citra_qt: add seconds section to clock settings zhupengfei 2018-10-17 18:36:57 +0800
  • f14377e7e0
    Conflict fixes & minor code fixes- Fixed Text of hotkeys on osx; Hotkeys can now be changed without restart; double click on the whole row will allow to edit the hotkey; small code cleanups zhupengfei 2018-08-30 01:20:04 +0800
  • 6f5035fdf8
    citra-qt/util/sequence_dialog: Use C++ code instead of a UI file. Clang-format. adityaruplaha 2018-08-21 21:20:46 +0530
  • c367d5b9a6
    citra_qt: Comment addressing from #3786 (regarding hotkeys): * Added support for Tab. * Fixed a minor error where you could bind a key to the group name, which doesn't make sense. adityaruplaha 2018-08-19 18:16:08 +0530
  • e60a2d05f8
    citra-qt: Rewrite hotkeys saving/loading from config. Minor code changes & bug fixes. adityaruplaha 2018-08-18 16:33:39 +0530
  • 09265cfad5
    citra_qt: Use double click for editing key sequence instead of right click. Minor code changes. adityaruplaha 2018-07-12 23:37:19 +0530
  • c5abc15094
    sequence_dialog: Use unique_ptr & configure_input: Rewrite logic for button_param.Get("code", 0) adityaruplaha 2018-06-24 20:23:12 +0530
  • 994b8703a1
    citra-qt: Rewrite mechanism for checking if key is already bound using signal/slot; Input keys can't be bound to hotkeys any longer. adityaruplaha 2018-06-05 16:11:47 +0530
  • d87b765c04
    citra-qt: Rewrite hotkeys binding mechanism. adityaruplaha 2018-05-27 17:22:53 +0530