Commit Graph

  • 0a65f68b4a configure_hotkeys: Tidy up key sequence conflict error string Lioncash 2019-05-25 04:19:51 -0400
  • 640543f8e4 configure_hotkeys: Change critical error dialog into a warning dialog Lioncash 2019-05-25 04:06:48 -0400
  • 3d8cfb38cc fix coding style compliance (travis) Martin Pecánek 2019-06-01 14:40:06 +0200
  • d07273c9da make UI tooltip translatable Martin Pecánek 2019-06-01 14:03:44 +0200
  • cff26b1c5d reduce unnecessarily broad lambda capture scope Martin Pecánek 2019-06-01 14:01:01 +0200
  • 966d2da670 alter function overload specification according to the qt guidelines Martin Pecánek 2019-06-01 13:59:22 +0200
  • 5813e3b6c0 remove unnecessary ui actions Martin Pecánek 2019-06-01 13:54:34 +0200
  • 1c0ce23162 Add shortcuts and status bar widgets to toggle and set 3D factor Martin Pecánek 2019-06-01 12:14:51 +0200
  • 79439fc556 input_common/sdl/sdl_impl: Silence sign conversion warnings Lioncash 2019-05-29 01:33:00 -0400
  • a1b26db389 common/math_util: Provide a template deduction guide for Common::Rectangle Lioncash 2019-05-29 02:47:01 -0400
  • ef5a7035a0 configure_hotkeys: Remove unnecessary Settings::Apply() call Lioncash 2019-05-25 04:34:51 -0400
  • a6f4e24d10 configure_hotkeys: Tidy up key sequence conflict error string Lioncash 2019-05-25 04:19:51 -0400
  • 63ea9121fa configure_hotkeys: Change critical error dialog into a warning dialog Lioncash 2019-05-25 04:06:48 -0400
  • 2c7730a665 configure_hotkeys: Move conflict detection logic to IsUsedKey() Lioncash 2019-05-25 04:03:15 -0400
  • 4b5cbcae21 sequence_dialog: Reorganize the constructor Lioncash 2019-05-25 01:11:01 -0400
  • ec837cd16c sequence_dialog: Remove unnecessary horizontal specifier Lioncash 2019-05-25 01:08:13 -0400
  • 9d91cd6d81 common/file_util: Remove unnecessary return at end of void StripTailDirSlashes() Lioncash 2019-05-23 14:33:27 -0400
  • f8be7c731d common/file_util: Make GetCurrentDir() return a std::optional Lioncash 2019-05-23 14:24:11 -0400
  • 96f662d160 common/file_util: Remove duplicated documentation comments Lioncash 2019-05-23 14:22:09 -0400
  • 361b6fb150 common/file_util: Make ReadFileToString and WriteStringToFile consistent Lioncash 2019-05-23 13:52:40 -0400
  • 9879060604 common/file_util: Remove unnecessary c_str() calls Lioncash 2019-05-23 13:37:44 -0400
  • 361fe9f2e0 common/file_util: Make IOFile's WriteString take a std::string_view Lioncash 2019-05-23 13:32:49 -0400
  • 186ffc235f Check input profile name for duplicates in New/Rename (#4779) Martin Pecánek 2019-05-24 23:28:59 +0200
  • 3889d71b06 make readonly function const Martin Pecánek 2019-05-24 23:20:19 +0200
  • e2818c6699 simplify return branching Martin Pecánek 2019-05-24 22:24:52 +0200
  • a642bef677 DRY + separation of concerns Martin Pecánek 2019-05-24 22:08:19 +0200
  • 83dcf265f8 Check input profile name for duplicates in New/Rename Martin Pecánek 2019-05-22 20:12:30 +0200
  • 5727e1b43d
    video_core: Fix fragment_shader compilation failure due to different … (#4775) Tobias 2019-05-20 17:05:33 +0200
  • ec9d0847e2
    citra_qt: Add video dumping UI zhupengfei 2019-01-26 22:44:42 +0800
  • 8b29e4cf32
    citra: Add --dump-video argument zhupengfei 2019-01-26 22:42:00 +0800
  • 3a313a3017
    core/dumping: Add FFmpeg implementation zhupengfei 2019-01-26 22:41:28 +0800
  • fdcdb951e2 CMake, CI: Add FFmpeg library dependency zhupengfei 2019-01-26 22:38:50 +0800
  • ab478b7eb6
    video_core: Implement frame dumping zhupengfei 2019-01-26 22:34:55 +0800
  • 073d1011f2
    renderer_base: Add prepare/cleanup function interface zhupengfei 2019-01-26 22:22:25 +0800
  • 1a079f4b68
    audio_core: Dump audio frames and samples zhupengfei 2019-01-26 22:20:21 +0800
  • 9ec980769f
    core: Add VideoDumper to System zhupengfei 2019-01-26 22:36:39 +0800
  • 230a0e36cb
    core: Add video dumper interface zhupengfei 2019-01-26 22:19:36 +0800
  • c56f374e5a
    Merge pull request #4776 from FearlessTobi/port-2473 Weiyi Wang 2019-05-20 08:57:26 -0400
  • 7b3c4b05c6 CMakeLists: Handle VS 2019 in a less annoying manner Lioncash 2019-05-14 19:03:53 -0400
  • 4b0ce1b770 video_core: Fix fragment_shader compilation failure due to different type variable multiplication Aner Torre 2019-05-17 23:16:44 +0200
  • 648aa23d4b ipc_helpers: Allow pushing and popping floating-point values Lioncash 2019-03-16 14:05:01 -0400
  • 6ab4de8425 ipc_helpers: Allow pushing and popping floating-point values Lioncash 2019-03-16 14:05:01 -0400
  • eb7113afc5 core/frontend/emu_window: Make GraphicsContext's destructor virtual Lioncash 2019-05-04 01:47:16 -0400
  • e72219fd1a yuzu/bootmanager: Replace unnnecessary constructor initializer list member of GGLContext Lioncash 2019-04-17 00:02:28 -0400
  • 2327fef804 yuzu/bootmanager: Remove unnecessary includes Lioncash 2019-04-16 23:51:16 -0400
  • 3af4053971 yuzu/bootmanager: Resolve constructor initializer list warnings Lioncash 2019-04-16 23:49:24 -0400
  • d85f2a0f28 bootmanager: Bypass input focus issues ReinUsesLisp 2019-03-25 17:01:11 -0300
  • 80f2f3cf67 bootmanager: Bypass resizing issue ReinUsesLisp 2019-03-25 16:46:30 -0300
  • 2b1b7f198f bootmanager: Delete container to avoid crash on game restarting ReinUsesLisp 2019-03-25 16:41:48 -0300
  • c3eff88b35 QT: Hide GLWidget immediately after showing. James Rowe 2019-01-21 16:21:44 -0700
  • 469c755112 SDL Frontend: Add shared context support James Rowe 2019-01-11 23:03:52 -0700
  • 3fda11d96f QT Frontend: Migrate to QOpenGLWindow James Rowe 2019-01-11 21:06:34 -0700
  • 1c7797de1d yuzu/about_dialog: Specify string conversions explicitly Lioncash 2019-05-09 01:18:28 -0400
  • 6848592044
    Merge pull request #4744 from FearlessTobi/port-2376 Weiyi Wang 2019-05-18 08:33:37 -0400
  • 6e00b065f5 Merge branch 'master' of https://github.com/citra-emu/citra Aner Torre 2019-05-18 10:43:54 +0200
  • 978b72a0d5 yuzu/compatdb: Remove unnecessary qualifiers Lioncash 2019-05-09 01:08:03 -0400
  • 564a833c74 citra_android: Set use_gles to TRUE in Settings Android only supports OpenGL ES Aner Torre 2019-05-17 23:26:09 +0200
  • edf0ea032e video_core: Fix fragment_shader compilation failure due to different type variable multiplication Aner Torre 2019-05-17 23:16:44 +0200
  • 98657709c2 video_core: Enable GL_clip_cull_distance if GL_ES Aner Torre 2019-05-17 23:15:16 +0200
  • 98da16e5eb Citra: Print logs written to log file also to logcat for easier debugging Aner Torre 2019-05-17 23:11:55 +0200
  • 2b50899a75 Citra: Implement 3D SEMU backend Picked from: https://github.com/SachinVin/citra_android plus some changes to keep compatibility while upstreaming Aner Torre 2019-05-17 23:10:51 +0200
  • e00d729b12 Citra: Deleted Android source files to avoid any kind of conflict with 3D SEMU Aner Torre 2019-05-17 22:54:55 +0200
  • af197c18e4
    Merge pull request #4768 from FearlessTobi/stuff-undso Pengfei Zhu 2019-05-11 21:38:00 +0800
  • a6670a7273 travis: Update to using Xcode 10.2 Lioncash 2019-05-07 06:40:27 -0400
  • 563e1622ca configure_dialog: Remove the Whats This? button from the dialog Lioncash 2019-05-09 03:20:13 -0400
  • eeb8dca7b9 yuzu/hotkeys: Remove unnecessary constructor Lioncash 2019-05-09 02:13:50 -0400
  • 95b413a458 yuzu/compatdb: Remove unnecessary qualifiers Lioncash 2019-05-09 01:08:03 -0400
  • 07e86ffe8c
    linux-flatpak: makes cmake to stamp the correct title liushuyu 2019-05-09 22:42:34 -0600
  • aa04956eeb
    linux-flatpak: add Azure Pipelines clause to CMake liushuyu 2019-05-07 15:54:43 -0600
  • 348caa29a3 linux-flatpak: split build and upload steps liushuyu 2019-04-28 16:21:24 -0600
  • 8ecf5dbced ci: use Azure Pipeline to build linux flatpaks liushuyu 2019-04-15 22:31:47 -0600
  • c9cc378312 configure_hotkeys: Pass the dialog as a parent to SequenceDialog() Lioncash 2019-04-09 20:06:45 -0400
  • 562e0114eb configure_hotkeys: Avoid dialog memory leak within Configure() Lioncash 2019-04-09 19:50:59 -0400
  • d7d1be509b configure_hotkeys: Mark member variables as const where applicable in Configure() Lioncash 2019-04-09 19:50:14 -0400
  • 47176e19be configure_hotkeys: Make comparison check a little more self-documenting Lioncash 2019-04-09 19:47:18 -0400
  • c33c27d646 configure_dialog: Amend constructor initializer list order Lioncash 2019-04-09 19:39:41 -0400
  • 21cba77708 configure_hotkey: Remove unnecessary include Lioncash 2019-04-09 19:37:06 -0400
  • 35281b4b3b configure_hotkey: Make IsUsedKey() a const member function Lioncash 2019-04-09 19:35:52 -0400
  • 46b015befd
    Merge pull request #4743 from FearlessTobi/port-2405 Weiyi Wang 2019-05-07 09:35:18 -0400
  • 803e1fd5a0
    Merge pull request #4747 from MerryMage/copyblock Weiyi Wang 2019-05-07 09:34:02 -0400
  • 2c5816978e
    Merge pull request #4765 from JMcKiern/master Weiyi Wang 2019-05-03 11:12:31 -0400
  • 2ffa3e6a7b Updated Contributing link in README.md Jack McKiernan 2019-05-03 12:41:17 +0100
  • 59879366a6
    Merge pull request #4759 from B3n30/load_cia_ticket Weiyi Wang 2019-05-03 00:44:08 -0400
  • 629fecdc78
    audio_core: dsp_hle: detects broken fdk_aac... liushuyu 2019-05-02 14:24:40 -0600
  • c445fe4515
    Merge pull request #4763 from liushuyu/dsp_aac Weiyi Wang 2019-05-02 14:08:32 -0400
  • dd9ecd98b6
    audio_core: dsp_hle: move fdk include to cpp file liushuyu 2019-05-01 20:23:15 -0600
  • ad34f86f3b
    Merge pull request #4762 from zhaobot/tx-update-20190430142734 Pengfei Zhu 2019-05-02 08:56:13 +0800
  • 8021361bb4
    audio_core: dsp_hle: use better f32 to s16... liushuyu 2019-05-01 15:35:20 -0600
  • d59a86cd0d
    audio_core: dsp_hle: clean up and add comments liushuyu 2019-05-01 13:06:29 -0600
  • 623b0621ab
    Port various minor changes from yuzu PRs (#4725) Tobias 2019-05-01 14:28:49 +0200
  • 564032307d CMakeLists: Define QT_USE_QSTRINGBUILDER for the Qt target Lioncash 2019-04-15 17:50:27 -0400
  • e0a0bca13a
    Merge pull request #4749 from zhaowenlan1779/webfix Pengfei Zhu 2019-05-01 17:00:17 +0800
  • 203d6e8149
    audio_core: dsp_hle: implements fdk_aac decoder liushuyu 2019-04-30 19:07:53 -0600
  • f02edf32db Update translations (2019-04-30) The Citra Community 2019-04-30 14:29:10 +0000
  • 37861526ff
    Merge pull request #4733 from zhaowenlan1779/ps Pengfei Zhu 2019-04-29 21:39:53 +0800
  • 64641cf958 CSND: handle command processing Weiyi Wang 2019-04-28 15:25:46 -0400
  • 14ed702971 FileSys: Load the ticket when the CIAContainer is loaded B3n30 2019-04-28 21:21:28 +0200
  • 7ea82e7941
    Merge pull request #4736 from FearlessTobi/port-2356 Tobias 2019-04-27 00:07:13 +0200
  • 3f2c7eb471
    Merge pull request #4738 from FearlessTobi/port-1020-new James Rowe 2019-04-26 08:58:09 -0600
  • ca1037a81c Address remaining review comments James Rowe 2019-04-25 21:58:13 -0600