Commit Graph

  • 25fa10327b audio_core: hle: mf: use object proxy liushuyu 2019-02-03 22:42:18 -07:00
  • 26b3b41788 audio_core: hle: mf: wrap enum in class liushuyu 2019-02-03 17:29:59 -07:00
  • 633f02b9b2 audio_core: hle: mf: avoid name conflicts liushuyu 2019-01-28 23:36:24 -07:00
  • 452ac7b874 audio_core: hle: mf: use more enum liushuyu 2019-01-28 22:53:55 -07:00
  • be764e4f88 audio_core: hle: mf: multiple fixes... liushuyu 2019-01-28 22:23:57 -07:00
  • 4bc6bfd51f audio_core: hle: mf: re-arrange comments liushuyu 2019-01-28 21:47:41 -07:00
  • 972b527374 audio_core: hle: mf: cleanup headers liushuyu 2019-01-28 21:25:05 -07:00
  • 2c40ef2a90 audio_core: hle: mf: rename functions liushuyu 2019-01-28 21:20:46 -07:00
  • ea8a1f8754 Media Foundation Memory Fix liushuyu 2019-01-14 14:27:43 -07:00
  • b1638b31a0 Change travis MinGW build from FFmpeg to WMF B3N30 2019-01-09 10:52:54 +01:00
  • 10f876653d audio_core: hle: mf: transition to use smart pointers liushuyu 2019-01-07 16:57:20 -07:00
  • bee5ba3e33 audio_core: hle: mf: fix a regression... liushuyu 2019-01-06 13:29:21 -07:00
  • 06316be8a7 audio_core: hle: mf: minor fix liushuyu 2019-01-05 21:05:12 -07:00
  • c03861c2d9 audio_core: hle: mf: address another batch of reviews from @B3N30 liushuyu 2019-01-05 22:28:56 -07:00
  • 7f5b54fda4 audio_core: hle: mf: address reviews from @B3N30 liushuyu 2019-01-05 21:53:24 -07:00
  • 11e277149c audio_core: hle: fix compile liushuyu 2019-01-04 17:06:12 -07:00
  • 80b4dd21d2 audio_core: dsp_hle: add Media Foundation decoder... B3N30 2018-12-19 17:12:57 +01:00
  • 1581dea6de more reviews addressed B3N30 2018-12-17 19:35:34 +01:00
  • 8fe3e37df5 audio_core: fix msvc include issue liushuyu 2018-12-16 13:58:33 -07:00
  • bd9984b5f8 Addressed reviews B3N30 2018-12-16 15:03:23 +01:00
  • 847003cc1c FFmpegDL: Added external_dlls folder to user folder AACDecoder: addressed reviews B3N30 2018-12-15 21:33:33 +01:00
  • 45b5de7a18 Fixup: Merge conflict with dsp lle B3N30 2018-12-15 15:06:54 +01:00
  • c521f3b7d6 CoreAudio::HLE: Add FFmpeg aac decoder B3N30 2018-12-09 22:25:45 +01:00
  • ee0afb4318 citra_qt: show demos on game list tgsm 2019-02-08 19:04:05 -05:00
  • bf1dbb47dc
    Merge pull request #4619 from wwylele/shadow-explosion Weiyi Wang 2019-02-08 18:38:40 -05:00
  • 687fa0134d
    Merge pull request #4609 from wwylele/nuke-zmq Weiyi Wang 2019-02-08 18:38:21 -05:00
  • 7074dab2da Memory: don't lock hle mutex in memory read/write Weiyi Wang 2019-02-08 10:43:06 -05:00
  • 6be1b4d293 renderer_base: backport minor changes from yuzu fearlessTobi 2019-02-05 22:04:36 +01:00
  • f620c862f3
    Merge pull request #4437 from adityaruplaha/hotkey-config-squashed Weiyi Wang 2019-02-03 21:57:34 -05:00
  • cd21abe50f sdl: add GLES support BreadFish64 2019-01-30 14:11:39 -06:00
  • a6d9baa05a FS: pass down program ID for archive operation Weiyi Wang 2019-02-02 20:14:01 -05:00
  • b5f2318ae7 gl_rasterizer: change shadow_texture_bias from shader config var to shader uniform Weiyi Wang 2019-02-02 20:39:51 -05:00
  • 008197a569 Remove scripting switch in cmake Weiyi Wang 2019-01-29 18:01:30 -05:00
  • 6347b5cbb4 Remove libzmq submodule Weiyi Wang 2019-01-29 17:38:18 -05:00
  • d765a73a53 Scripting: reimplement protocol over plan UDP using boost::asio Weiyi Wang 2019-01-29 17:28:50 -05:00
  • 433176a9b9
    citra_qt: Implement UI for adding/editing/deleting cheats zhupengfei 2019-01-30 23:06:01 +08:00
  • 573036b38e
    core/cheats: Add and change a few functions zhupengfei 2019-01-30 23:03:44 +08:00
  • 2731437a17
    Merge pull request #4583 from xperia64/screenshot_fix Weiyi Wang 2019-02-01 10:49:28 -05:00
  • ae57d72b33
    Merge pull request #4603 from DimitriPilot3/gdbstub-watchpoint-fix1 Weiyi Wang 2019-02-01 10:49:09 -05:00
  • f78512d6de
    Merge pull request #4599 from wwylele/bitfield-endian Weiyi Wang 2019-02-01 10:48:56 -05:00
  • 6382d9bfc3 NWM_UDS: move states into the class Weiyi Wang 2019-01-31 15:39:59 -05:00
  • 9af8d61ba2 externals/glad: add GLES loader BreadFish64 2019-01-30 14:08:28 -06:00
  • 3a7a686fa9 Kernel/SharedMemory: make owner_process a raw pointer Weiyi Wang 2019-01-29 11:18:51 -05:00
  • 104829ae58 remove all occurance of specifying endianness inside BitField Weiyi Wang 2019-01-25 12:26:47 -05:00
  • 055b9513a3 common/bitfield: make it endianness-aware Weiyi Wang 2019-01-25 12:16:23 -05:00
  • fa9d6b79f9 common/swap: remove default value for swap type internal storage Weiyi Wang 2019-01-25 12:16:00 -05:00
  • 985cd878e6 common/swap: use template and tag for LE/BE specification Weiyi Wang 2019-01-25 12:09:12 -05:00
  • 602334cb1e Fix mouse touchscreen in SBS 3D mode. Carl Kenner 2019-01-24 00:16:40 +10:30
  • d388fe58f7 gdbstub: only let Execute breakpoints write/restore BKPT opcodes into target memory Dimitri ALBORA 2019-01-26 22:08:39 +01:00
  • bad2e084e3
    Merge pull request #4601 from FearlessTobi/fix-0-percent-issue Weiyi Wang 2019-01-26 14:24:01 -05:00
  • 4ed9e057e8
    Merge pull request #4567 from ykgmfq/patch-1 Weiyi Wang 2019-01-26 14:23:35 -05:00
  • 2feb87ba2d
    Merge pull request #4517 from MerryMage/simplify-macos-upload Merry 2019-01-26 14:05:24 +00:00
  • 24f966481f dsp_interface: fix sound being played while volume is 0 fearlessTobi 2019-01-26 14:53:58 +01:00
  • 80ebd75285
    citra-qt: Add /default parsing for hotkeys. Also minor code cleanups. Adityarup Laha 2018-12-30 15:39:16 +05:30
  • 8b047a49ae
    Merge pull request #4586 from xperia64/qt_color_button_fix Weiyi Wang 2019-01-23 20:24:57 -05:00
  • 054a97c08b
    Merge pull request #4579 from xperia64/3d_slider Weiyi Wang 2019-01-23 20:23:55 -05:00
  • a17a31a934
    Merge pull request #4594 from lioncash/comma Pengfei Zhu 2019-01-23 21:36:07 +08:00
  • 306ce6416a
    vfp_helper: Remove accidental use of the comma operator in vfp_single_unpack() Lioncash 2019-01-22 18:29:53 -05:00
  • e3fb0efac3
    Merge pull request #4591 from FearlessTobi/port-2032 Pengfei Zhu 2019-01-22 21:54:40 +08:00
  • c1a066fa89 yuzu/configuration/configure_web: Remove an unused lambda capture Lioncash 2019-01-17 11:39:46 -05:00
  • b16445064b yuzu/configuration/configure_web: Use an ellipsis with 'Verifying' text Lioncash 2019-01-17 11:35:55 -05:00
  • efd5768398
    Merge pull request #4457 from FearlessTobi/remove-vsync bunnei 2019-01-21 15:56:12 -05:00
  • 7903ad9aa3
    Merge pull request #4582 from FearlessTobi/port-2020 bunnei 2019-01-21 15:54:41 -05:00
  • ce26de858a Use QPixmap/QIcon for background color selection button xperia64 2019-01-20 22:09:23 -05:00
  • 71f36efd27
    citra-qt: Use structured bindings where applicable in ConfigureHotkeys::applyConfiguration. Fix a few minor issues. Adityarup Laha 2018-12-12 21:14:27 +05:30
  • dccd1664ad
    citra-qt/configuration: Fix a weird issue where the tab UI disappears when language is changed. Adityarup Laha 2018-12-09 17:43:14 +05:30
  • 988acf588a
    citra-qt: Add back missing hotkeys & conflict fixes. Adityarup Laha 2018-11-17 16:55:05 +05:30
  • 4309585623
    citra-qt: Commented & documented code related to hotkeys as & when required. Adityarup Laha 2018-11-16 22:04:00 +05:30
  • 9615acb550
    citra-qt: Fixed reloading hotkeys on-the fly. Adityarup Laha 2018-11-16 21:19:43 +05:30
  • 5fa25fcf13
    citra-qt: Add base support for hotkey reconfiguration + UI (whole of PR citra-emu/citra#3786) Adityarup Laha 2018-05-22 21:30:36 +02:00
  • c6d623f4ba Fix crash when no files are selected xperia64 2019-01-19 22:14:19 -05:00
  • 82acde7e4b Add file extension to screenshot filename if not provided xperia64 2019-01-19 22:10:30 -05:00
  • 5df6506e81 game_list: Remove a reference of a reference Frederic Laing 2018-12-03 19:26:36 +01:00
  • 6560fac5ff audio_core: remove unnecessary spaces on comments Otávio Pace 2019-01-14 00:22:05 -02:00
  • 1302c9c1e7 frontend: Remove V-Sync option from UI fearlessTobi 2018-11-29 17:07:18 +01:00
  • c1ac39f058 Actually fix the race condition xperia64 2019-01-18 16:32:16 -05:00
  • 5f5646c850 Fix types xperia64 2019-01-18 15:24:39 -05:00
  • 6f2eb2a418 Do 3D slider updating in the HID module xperia64 2019-01-17 23:48:50 -05:00
  • 81f4cef201 Revert "Change 3D slider in-game" xperia64 2019-01-17 23:33:24 -05:00
  • 95a57a2fe3
    Merge pull request #4538 from valentinvanelslande/profiles Weiyi Wang 2019-01-17 22:32:24 -05:00
  • bb9a972e35 Change 3D slider in-game xperia64 2019-01-17 22:18:15 -05:00
  • a6c52d31ca
    Merge pull request #4576 from jroweboy/fixup-config James Rowe 2019-01-17 12:38:37 -07:00
  • 3523831195 Frontend: Only reload icons in chat when the chat room is open James Rowe 2019-01-17 12:25:17 -07:00
  • f110cd95a6
    Merge pull request #4569 from zhaowenlan1779/multiplayer-fix James Rowe 2019-01-17 09:37:18 -07:00
  • 2d65371c20
    citra_qt/multiplayer: Update themed icon on theme change zhupengfei 2019-01-16 22:01:21 +08:00
  • e1d1dcdcd9
    Merge pull request #4574 from BreadFish64/android5 Weiyi Wang 2019-01-15 22:58:44 -05:00
  • ac3b514875 android: fix native library inclusion BreadFish64 2019-01-02 09:56:20 -06:00
  • 7b1cfff825 android: use better icons BreadFish64 2018-12-31 15:13:07 -06:00
  • d4646938e9 android: move cmakelist BreadFish64 2018-12-24 15:02:47 -06:00
  • 5f0dcd52ae
    multiplayer: minor UI fixes zhupengfei 2019-01-13 22:21:04 +08:00
  • eda35c57cb
    travis: update flatpak sdk to 5.12 ykgmfq 2019-01-12 15:53:45 +01:00
  • 4f23d5d69e
    Merge pull request #4490 from wwylele/teakra-new Ben 2019-01-11 16:45:00 +01:00
  • 62b40e9155
    Merge branch 'master' into profiles Valentin Vanelslande 2019-01-07 10:39:44 -05:00
  • 941d241e7d
    Merge pull request #4537 from RicBent/master Weiyi Wang 2019-01-07 10:07:31 -05:00
  • f80f08b527
    Merge pull request #4546 from FearlessTobi/port-1965 Pengfei Zhu 2019-01-02 17:53:18 +08:00
  • 3949c17e20 externals: Update fmt to 5.3.0 Lioncash 2018-12-29 21:33:29 -05:00
  • 0a3d9dd576
    Merge pull request #4543 from wwylele/no-jwt Pengfei Zhu 2019-01-01 13:32:27 +08:00
  • 895936360b network: remove cpp-jwt library dependency Weiyi Wang 2018-12-31 23:23:09 -05:00
  • df02ea48d2 minor ui changes Valentin Vanelslande 2018-12-29 19:28:56 -05:00
  • 64b992487e fix regression Valentin Vanelslande 2018-12-29 16:23:33 -05:00