Commit Graph

  • 587b68ed17 yuzu/CMakeLists: Disable implicit type narrowing in connect() calls Lioncash 2019-06-05 15:43:55 -04:00
  • cae913d3d5
    Merge pull request #4760 from wwylele/csnd Weiyi Wang 2019-06-30 23:24:27 -04:00
  • 0c6c1d49d7
    Merge pull request #4812 from leoetlino/typo Weiyi Wang 2019-06-30 08:17:20 -04:00
  • 70fe0d22de ncch_container: Fix code.bin replacement Léo Lam 2019-06-30 11:48:28 +02:00
  • 0b4be6e53a
    Merge pull request #4803 from FearlessTobi/port-2580 Weiyi Wang 2019-06-29 22:52:36 -04:00
  • 79b837afa7 kernel: Rename memory page table set function bamsbamx 2019-06-27 16:33:55 +02:00
  • ed095f3bff kernel: Nullability check for current_cpu when changing memory page table This attempts to fix segfault in some tests where page table is set before initializing cpu core (intended behaviour? might be worth a check...) see: src/tests/core/arm/arm_test_common.cpp see: src/tests/core/arm/dyncom/arm_dyncom_vfp_tests.cpp bamsbamx 2019-06-26 11:51:42 +02:00
  • c81a96b0da
    Merge pull request #4806 from FearlessTobi/port-2450 Weiyi Wang 2019-06-25 21:25:37 -04:00
  • dbfd830695 kernel: Let the kernel handle all page table changes when switching processes It will both change the page table in memory and notify the CPU about the change by itself. This way there is no need to call memory.SetCurrentPageTable() when kernel.setCurrentProcess() and the management is kept internally in the kernel bamsbamx 2019-06-26 00:39:11 +02:00
  • 41f1963b9a
    Merge pull request #4805 from FearlessTobi/port-2454 Pengfei Zhu 2019-06-25 22:12:02 +08:00
  • dad423fb68
    Merge pull request #4801 from wwylele/gsp-state Pengfei Zhu 2019-06-25 22:11:40 +08:00
  • d4eb63999a CMakeLists: Explicitly specify -Wall for the non-MSVC case Lioncash 2019-05-04 02:06:55 -04:00
  • 8e79188ca5 CMakeLists: Specify /volatile:iso for MSVC Lioncash 2019-05-09 15:49:27 -04:00
  • e860a0ae59 src/CMakeLists: Add /Zc:externConstexpr to the MSVC build flags Lioncash 2019-05-07 14:06:20 -04:00
  • 7f053d0d45 src/CMakeLists: Vertically order compilation flags Lioncash 2019-05-07 14:02:29 -04:00
  • 1f2e75ecea kernel/vm_manager: Remove redundant Reset call in destructor Lioncash 2019-06-12 16:09:57 -04:00
  • d483e556e3 gsp: remove unused GetFramebufferInfo Weiyi Wang 2019-06-23 14:25:28 -04:00
  • 8251de44cf GSP_GPU: move used_thread_ids into the class Weiyi Wang 2019-06-23 14:07:14 -04:00
  • ac9755306c cpu_core: Separate cpu_core and memory This makes cpu_core and memory being completely independent components inside the system, having a simpler and more understandable initialization process The thread which casues page table changes in memory will be responsible to notify the cpu_core too bamsbamx 2019-06-22 18:21:50 +02:00
  • bb776e25a9 pica: move global shader buffer state into Pica::State (#4796) Weiyi Wang 2019-06-19 18:39:08 -04:00
  • a11bc03d4a
    Port yuzu-emu/yuzu#2253: "Migrate off directly modifying CMAKE_* compilation-related flags directly" (#4714) Tobias 2019-06-18 12:12:32 +02:00
  • 73bf92fb3a
    Merge pull request #4792 from FearlessTobi/port-2515 Pengfei Zhu 2019-06-10 22:03:32 +08:00
  • e26d9f5ef1
    Merge pull request #4793 from FearlessTobi/port-2526 Pengfei Zhu 2019-06-10 21:57:00 +08:00
  • aa1b9a18c6 core/telemetry_session: Remove unnecessary web service nulling out in destructor Lioncash 2019-05-28 21:32:48 -04:00
  • 0a82b00e35 core/telemetry_session: Remove usages of the global system accessor Lioncash 2019-05-28 21:12:23 -04:00
  • 55ec0f5850 core/telemetry_session: Explicitly delete copy and move constructors Lioncash 2019-05-28 21:07:34 -04:00
  • 1eef771a10 yuzu/configuration/configure_graphics: Eliminate type narrowing in a connect call Lioncash 2019-05-24 21:54:10 -04:00
  • 318095f9b9
    Port yuzu-emu/yuzu#2249: "ipc_helpers: Allow pushing and popping floating-point values" (#4702) Tobias 2019-06-09 16:03:22 +02:00
  • 75ebf1fdf6
    Merge pull request #4791 from FearlessTobi/add-sponsor-button Flame Sage 2019-06-08 19:24:31 +00:00
  • 299fd34796
    .github: Create FUNDING.yml Tobias 2019-06-08 20:09:03 +02:00
  • 56fc61a41f
    Merge pull request #4783 from FearlessTobi/port-2517 bunnei 2019-06-08 00:12:34 -04:00
  • 23770848b4
    Merge pull request #4789 from BreadFish64/opt_can_sub_rect bunnei 2019-06-08 00:12:08 -04:00
  • ef73de9386
    Port yuzu-emu/yuzu#2511: "common/file_util: Minor cleanup" (#4782) Tobias 2019-06-08 00:23:57 +02:00
  • 49f6f11462
    Merge pull request #4786 from FearlessTobi/port-minor Pengfei Zhu 2019-06-05 22:38:28 +08:00
  • aaf496dec7 video_core: change "left + width" to "right" in CanSubRect BreadFish64 2019-06-04 17:03:31 -05:00
  • 9fc3e4576b configure_hotkeys: Remove unnecessary Settings::Apply() call Lioncash 2019-05-25 04:34:51 -04:00
  • 0a65f68b4a configure_hotkeys: Tidy up key sequence conflict error string Lioncash 2019-05-25 04:19:51 -04:00
  • 640543f8e4 configure_hotkeys: Change critical error dialog into a warning dialog Lioncash 2019-05-25 04:06:48 -04:00
  • 79439fc556 input_common/sdl/sdl_impl: Silence sign conversion warnings Lioncash 2019-05-29 01:33:00 -04:00
  • a1b26db389 common/math_util: Provide a template deduction guide for Common::Rectangle Lioncash 2019-05-29 02:47:01 -04:00
  • 4b5cbcae21 sequence_dialog: Reorganize the constructor Lioncash 2019-05-25 01:11:01 -04:00
  • ec837cd16c sequence_dialog: Remove unnecessary horizontal specifier Lioncash 2019-05-25 01:08:13 -04:00
  • 186ffc235f Check input profile name for duplicates in New/Rename (#4779) Martin Pecánek 2019-05-24 23:28:59 +02:00
  • 5727e1b43d
    video_core: Fix fragment_shader compilation failure due to different … (#4775) Tobias 2019-05-20 17:05:33 +02:00
  • c56f374e5a
    Merge pull request #4776 from FearlessTobi/port-2473 Weiyi Wang 2019-05-20 08:57:26 -04:00
  • 7b3c4b05c6 CMakeLists: Handle VS 2019 in a less annoying manner Lioncash 2019-05-14 19:03:53 -04:00
  • 4b0ce1b770 video_core: Fix fragment_shader compilation failure due to different type variable multiplication Aner Torre 2019-05-17 23:16:44 +02:00
  • 6848592044
    Merge pull request #4744 from FearlessTobi/port-2376 Weiyi Wang 2019-05-18 08:33:37 -04:00
  • af197c18e4
    Merge pull request #4768 from FearlessTobi/stuff-undso Pengfei Zhu 2019-05-11 21:38:00 +08:00
  • 563e1622ca configure_dialog: Remove the Whats This? button from the dialog Lioncash 2019-05-09 03:20:13 -04:00
  • eeb8dca7b9 yuzu/hotkeys: Remove unnecessary constructor Lioncash 2019-05-09 02:13:50 -04:00
  • 95b413a458 yuzu/compatdb: Remove unnecessary qualifiers Lioncash 2019-05-09 01:08:03 -04:00
  • c9cc378312 configure_hotkeys: Pass the dialog as a parent to SequenceDialog() Lioncash 2019-04-09 20:06:45 -04:00
  • 562e0114eb configure_hotkeys: Avoid dialog memory leak within Configure() Lioncash 2019-04-09 19:50:59 -04:00
  • d7d1be509b configure_hotkeys: Mark member variables as const where applicable in Configure() Lioncash 2019-04-09 19:50:14 -04:00
  • 47176e19be configure_hotkeys: Make comparison check a little more self-documenting Lioncash 2019-04-09 19:47:18 -04:00
  • c33c27d646 configure_dialog: Amend constructor initializer list order Lioncash 2019-04-09 19:39:41 -04:00
  • 21cba77708 configure_hotkey: Remove unnecessary include Lioncash 2019-04-09 19:37:06 -04:00
  • 35281b4b3b configure_hotkey: Make IsUsedKey() a const member function Lioncash 2019-04-09 19:35:52 -04:00
  • 46b015befd
    Merge pull request #4743 from FearlessTobi/port-2405 Weiyi Wang 2019-05-07 09:35:18 -04:00
  • 803e1fd5a0
    Merge pull request #4747 from MerryMage/copyblock Weiyi Wang 2019-05-07 09:34:02 -04:00
  • 2c5816978e
    Merge pull request #4765 from JMcKiern/master Weiyi Wang 2019-05-03 11:12:31 -04:00
  • 2ffa3e6a7b Updated Contributing link in README.md Jack McKiernan 2019-05-03 12:41:17 +01:00
  • 59879366a6
    Merge pull request #4759 from B3n30/load_cia_ticket Weiyi Wang 2019-05-03 00:44:08 -04:00
  • c445fe4515
    Merge pull request #4763 from liushuyu/dsp_aac Weiyi Wang 2019-05-02 14:08:32 -04:00
  • ad34f86f3b
    Merge pull request #4762 from zhaobot/tx-update-20190430142734 Pengfei Zhu 2019-05-02 08:56:13 +08:00
  • 8021361bb4
    audio_core: dsp_hle: use better f32 to s16... liushuyu 2019-05-01 15:35:20 -06:00
  • 623b0621ab
    Port various minor changes from yuzu PRs (#4725) Tobias 2019-05-01 14:28:49 +02:00
  • 564032307d CMakeLists: Define QT_USE_QSTRINGBUILDER for the Qt target Lioncash 2019-04-15 17:50:27 -04:00
  • e0a0bca13a
    Merge pull request #4749 from zhaowenlan1779/webfix Pengfei Zhu 2019-05-01 17:00:17 +08:00
  • f02edf32db Update translations (2019-04-30) The Citra Community 2019-04-30 14:29:10 +00:00
  • 37861526ff
    Merge pull request #4733 from zhaowenlan1779/ps Pengfei Zhu 2019-04-29 21:39:53 +08:00
  • 64641cf958 CSND: handle command processing Weiyi Wang 2019-04-28 15:25:46 -04:00
  • 14ed702971 FileSys: Load the ticket when the CIAContainer is loaded B3n30 2019-04-28 21:21:28 +02:00
  • 7ea82e7941
    Merge pull request #4736 from FearlessTobi/port-2356 Tobias 2019-04-27 00:07:13 +02:00
  • 3f2c7eb471
    Merge pull request #4738 from FearlessTobi/port-1020-new James Rowe 2019-04-26 08:58:09 -06:00
  • b9e51f0a0b
    Merge pull request #4755 from B3n30/revert_erase_erase_me Weiyi Wang 2019-04-23 17:34:08 -04:00
  • 524ab2dca5 linux-flatpak: revert use precompiled cache B3n30 2019-04-23 23:27:14 +02:00
  • f4da2de99a
    Set accepted EULA version to max value (#4728) Ben 2019-04-23 23:18:27 +02:00
  • d6d8c52c96 Enable ffmpeg support on Linux FlatPak (#4731) liushuyu 2019-04-23 15:17:37 -06:00
  • 624271696e
    HTTP_C: Implement SetClientCertContext, GetSSLError, BeginRequest, BeginRequestAsync (#4753) Ben 2019-04-23 18:35:28 +02:00
  • 2706a4d658
    Merge pull request #4752 from FearlessTobi/port-2415 Weiyi Wang 2019-04-21 15:43:43 -04:00
  • 6e22891761 core: Namespace EmuWindow Lioncash 2018-08-11 20:20:19 -04:00
  • 882f647760 kernel/wait_object: Make GetHighestPriorityReadyThread() a const member function Lioncash 2019-04-17 06:44:31 -04:00
  • 28df11dba2
    Merge pull request #4748 from Arcanus73/master James Rowe 2019-04-20 09:53:55 -06:00
  • 536e4de499
    Merge pull request #4700 from zhaowenlan1779/swkbd-2 Pengfei Zhu 2019-04-20 22:18:15 +08:00
  • 40ad54c5c7
    citra_qt: Update the multiplayer dialogs when game list is repopulated zhupengfei 2019-04-20 12:38:19 +08:00
  • 4a9ea65e49
    core, citra_qt: Allow credentials update in multiplayer announce session zhupengfei 2019-04-20 10:42:20 +08:00
  • d6b168d7ed
    citra_qt/multiplayer: Disallow hosting rooms when preferred game is not selected zhupengfei 2019-04-19 23:12:30 +08:00
  • 36051204cc core, web_service: Check for error when registering rooms zhupengfei 2019-04-19 22:55:49 +08:00
  • 81988d96fe
    core/telemetry_session: Only create the backend when we really need it zhupengfei 2019-04-19 22:02:49 +08:00
  • 2a44abf185 Launch directly in Mac without terminal tkeph616 2019-04-20 00:40:26 -04:00
  • 065d3ce063 memory: Reorder parameters of CopyBlock to a more sensible order MerryMage 2019-04-19 19:15:05 +01:00
  • 0ec45f694c
    Merge pull request #3910 from wwylele/mipmap Weiyi Wang 2019-04-17 14:10:42 -04:00
  • 0f65dac964
    service/ps: Address review zhupengfei 2019-04-16 22:17:07 +08:00
  • 5f5e991884
    Merge pull request #4734 from FearlessTobi/port-2391 Weiyi Wang 2019-04-16 09:48:52 -04:00
  • 42535468c3 kernel/server_session: Return a std::pair from CreateSessionPair() Lioncash 2019-04-06 01:41:43 -04:00
  • bbc8fd7165
    Merge pull request #4735 from FearlessTobi/port-2388 Weiyi Wang 2019-04-15 13:33:38 -04:00
  • 1afc2c72d6 kernel/server_port: Return a std::pair from CreatePortPair() Lioncash 2019-04-06 01:36:50 -04:00
  • c4c644b285 kernel: Make handle type declarations constexpr Lioncash 2019-04-11 16:30:52 -04:00