Commit Graph

  • b700d657d7 Revert inadvertent dynarmic update Ameer 2020-07-06 18:57:02 -04:00
  • fa4d6df4c5 Fix ss crash on game menu, fix ss on windowed mode Ameer 2020-07-06 17:30:28 -04:00
  • 4f678284e2 configure_graphics: Make use of qOverload in signals/slots Lioncash 2020-07-06 09:05:52 -04:00
  • be06b21f7b configure_graphics: Prevent unnecessary string copies in UpdateDeviceComboBox() Lioncash 2020-07-06 09:03:00 -04:00
  • 76bd617b2d memory: Set page-table pointers before setting attribute = Memory MerryMage 2020-07-05 11:25:08 +01:00
  • c0dc8f9d25 AM/ISelfController: Stub CreateManagedDisplaySeparableLayer Morph 2020-07-05 06:26:07 -04:00
  • 52882a93a5 Merge pull request #4194 from ReinUsesLisp/fix-shader-cache Fernando Sahmkow 2020-07-04 20:49:00 -04:00
  • 9f8e17cb18 Merge pull request #4137 from ameerj/master bunnei 2020-07-04 10:05:59 -04:00
  • f829932ed1 Fix merge conflicts? Ameer 2020-07-04 00:59:40 -04:00
  • d00972fce1 Fix for always firing triggers on some controllers, trigger threshold more universal Ameer 2020-07-04 00:40:48 -04:00
  • 3096adb347 Merge pull request #4218 from ogniK5377/opus-external Rodrigo Locatti 2020-07-04 01:32:54 -03:00
  • e69d715e3d Address lioncash feedback: Log formatting, extern const PadButtonArray, little touch ups Ameer 2020-07-03 11:52:07 -04:00
  • 41a333321a Merge pull request #4175 from ReinUsesLisp/read-buffer bunnei 2020-07-02 23:30:08 -04:00
  • 8a1cfcc8b7 Merge pull request #3924 from ogniK5377/GetKeyCodeMap bunnei 2020-07-02 23:03:20 -04:00
  • 639cf169b2 Merge pull request #4230 from yuzu-emu/revert-4206-linkfix bunnei 2020-07-02 22:53:23 -04:00
  • 98fcd3ba5d Revert "cmake: fix fmt linking" bunnei 2020-07-02 22:53:12 -04:00
  • 064b7bfa5f Merge pull request #4206 from RealJohnGalt/linkfix bunnei 2020-07-02 22:23:39 -04:00
  • b13fd9e65a Merge pull request #4193 from ogniK5377/GetIndirectLayerConsumerHandle-stub bunnei 2020-07-02 21:31:20 -04:00
  • af787e451b Merge pull request #4192 from ogniK5377/acc-ListOpenContextStoredUsers-stub bunnei 2020-07-02 20:36:54 -04:00
  • 6e1639c7b0 Fix unnecessary diffs Ameer 2020-07-02 16:51:16 -04:00
  • 6b7c8e469b Add LR triggers as axes, half press to initiate a press, add GC axis id in config, clarify some code blocks for better readability Ameer 2020-07-02 15:54:44 -04:00
  • c58e21cd76 Merge pull request #4082 from Morph1984/mirror-once-clamp Rodrigo Locatti 2020-07-02 04:57:40 -03:00
  • 3f910efb40 Rename two functions in NS VolcaEM 2020-07-02 09:02:55 +02:00
  • 38b585a309 Rename GetApplicationArea2 to GetApplicationAreaSize VolcaEM 2020-07-02 08:58:51 +02:00
  • b1b1ed7597 cmake: stop linking against QGL after c6a0ab9792 Jan Beich 2020-07-01 22:00:47 +00:00
  • f6cb128eac shader_cache: Fix use-after-free and orphan invalidation cache entries ReinUsesLisp 2020-06-28 04:58:58 -03:00
  • 34a590e509 Reset adapter state on init, fixes errors relating driver hang from unexpected unplug Ameer 2020-07-01 12:52:50 -04:00
  • 28aa697528 Don't handle cycles late if stretcher is active David Marcec 2020-07-01 16:59:42 +10:00
  • 24c2930012 audio: Improving audio timing for multicore/single core David Marcec 2020-07-01 16:52:02 +10:00
  • 15a04fb704 Merge pull request #4217 from lioncash/prototype David 2020-07-01 16:13:14 +10:00
  • d5dfe34c49 externals: Track opus as submodule instead of using conan David Marcec 2020-07-01 15:09:33 +10:00
  • 0b954a3305 Merge pull request #4208 from jbeich/freebsd LC 2020-07-01 00:34:20 -04:00
  • fb13f053bb key_manager: Correct casing of instance() Lioncash 2020-07-01 00:28:49 -04:00
  • beb172e9fc Merge pull request #4209 from jbeich/webengine David 2020-07-01 14:25:47 +10:00
  • c91710a82f key_manager: Delete move operations Lioncash 2020-07-01 00:24:35 -04:00
  • 00a1d106bd key_manager: Make use of canonical deleted operator= Lioncash 2020-07-01 00:21:29 -04:00
  • 3bb63bc0b3 Merge pull request #3967 from FearlessTobi/keys-singleton David 2020-07-01 14:16:26 +10:00
  • c6b0353c4d Merge pull request #4153 from ogniK5377/prepo-multibuf bunnei 2020-06-30 22:37:13 -04:00
  • 424540d9e8 Merge pull request #4063 from FreddyFunk/game-version-in-title bunnei 2020-06-30 21:42:33 -04:00
  • f1b1238e2d Merge pull request #4166 from VolcaEM/quickstart-faq bunnei 2020-06-30 19:03:47 -04:00
  • 3b1683a152 common: switch to nullptr for sysctl's empty new value Jan Beich 2020-06-30 22:55:47 +00:00
  • a76e11e7f0 Address feedback regarding increments, const vars, and general cleanup Ameer 2020-06-30 17:28:02 -04:00
  • a4f48efea4 Merge pull request #4176 from ReinUsesLisp/compatible-formats Fernando Sahmkow 2020-06-30 15:36:13 -04:00
  • 977a3ab352 Merge pull request #4157 from ReinUsesLisp/unified-turing Fernando Sahmkow 2020-06-30 14:36:51 -04:00
  • dfdf87d844 fix implicit conversion of size_t type to int Ameer 2020-06-30 11:44:55 -04:00
  • 1b31755ba6 maxwell_to_gl: Implement MirrorOnceClampOGL using GL_MIRROR_CLAMP_EXT Morph 2020-06-13 11:21:27 -04:00
  • d217017c9e Merge pull request #4191 from Morph1984/vertex-formats Rodrigo Locatti 2020-06-30 03:30:00 -03:00
  • 7c970132b5 macro: Add support for "middle methods" on the code cache (#4112) David 2020-06-30 15:32:24 +10:00
  • fa8e35c49f Merge pull request #4182 from Kewlan/fullscreen-hotkey-fix bunnei 2020-06-29 23:11:57 -04:00
  • dda90ce1c2 cmake: depend on WebEngine with system Qt Jan Beich 2020-06-29 23:52:40 +00:00
  • e6085ea35f common: add sysconf() fallback Jan Beich 2020-06-29 22:39:31 +00:00
  • 10eca7f651 maxwell_to_gl: Rename VertexType() to VertexFormat() Morph 2020-06-29 11:48:38 -04:00
  • 765e37aa35 cmake: fix fmt linking John Galt 2020-06-29 06:49:22 -04:00
  • f84cbf6429 Merge pull request #4140 from ReinUsesLisp/validation-layers Rodrigo Locatti 2020-06-29 02:12:38 -03:00
  • 86946ea13c Remove duplicate functions VolcaEM 2020-06-29 04:22:38 +02:00
  • f3630a0713 Use decimal instead of hexadecimal VolcaEM 2020-06-29 04:21:10 +02:00
  • a0c499aef7 Fix typo VolcaEM 2020-06-29 04:12:36 +02:00
  • f2eead3b5b Clang-format VolcaEM 2020-06-29 04:09:38 +02:00
  • 6a0010d0c6 service: Update function tables VolcaEM 2020-06-29 04:01:34 +02:00
  • 8562b516c0 core_timing,scheduler: Use std::scoped_lock when possible ReinUsesLisp 2020-06-28 21:42:57 -03:00
  • 9ff3401133 .github: add a new issue template tgsm 2020-05-24 12:20:06 -04:00
  • b05795d704 Merge pull request #3955 from FernandoS27/prometheus-2b bunnei 2020-06-28 12:37:50 -04:00
  • 8596a12772 Merge pull request #4196 from ogniK5377/nrr-nro-fixes bunnei 2020-06-28 11:55:55 -04:00
  • db824b59c8 ldr: Cleanup NRO & NRR structs David Marcec 2020-06-28 20:54:37 +10:00
  • d67c7d9a82 Merge pull request #4026 from VolcaEM/ldr David 2020-06-28 20:46:42 +10:00
  • 4a5f6c03b0 Merge pull request #4184 from VolcaEM/patch-9 David 2020-06-28 18:49:15 +10:00
  • d3a306b7a6 Merge pull request #4185 from VolcaEM/patch-10 David 2020-06-28 18:48:54 +10:00
  • 477979dd43 Merge pull request #4186 from VolcaEM/patch-11 David 2020-06-28 18:48:28 +10:00
  • b478b61dcf Merge pull request #4187 from VolcaEM/patch-12 David 2020-06-28 18:48:15 +10:00
  • 00aa9f6a53 Merge pull request #4188 from VolcaEM/patch-13 David 2020-06-28 18:47:55 +10:00
  • 26e243d2d7 Merge pull request #4189 from VolcaEM/patch-14 David 2020-06-28 18:47:27 +10:00
  • bd590895cf Merge pull request #4190 from VolcaEM/patch-15 David 2020-06-28 18:47:07 +10:00
  • e978f05ed1 Merge pull request #4183 from VolcaEM/patch-8 David 2020-06-28 18:46:40 +10:00
  • 4a35df337b maxwell_to_vk: Reorder vertex formats and add A2B10G10R10 for all types except float Morph 2020-06-28 02:49:17 -04:00
  • dcf345febe am: Stub GetIndirectLayerConsumerHandle David Marcec 2020-06-28 16:51:28 +10:00
  • 78d80d99a0 maxwell_to_gl: Add 32 bit component sizes to (un)signed scaled formats Morph 2020-06-28 02:48:14 -04:00
  • f0baf2abf2 acc: ListOpenContextStoredUsers partial stub David Marcec 2020-06-28 16:44:36 +10:00
  • 2f8947583f Core/Common: Address Feedback. Fernando Sahmkow 2020-06-27 18:20:06 -04:00
  • e486c66850 NvFlinger: Clang Format. Fernando Sahmkow 2020-06-27 10:59:51 -04:00
  • 626cc44d7a Build System: Fix GCC & MINGW Build. Fernando Sahmkow 2020-06-27 10:52:23 -04:00
  • 4105f38022 SVC: Implement 32-bits wrappers and update Dynarmic. Fernando Sahmkow 2020-06-19 19:40:07 -04:00
  • ce350e7ce0 SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttribute32 Fernando Sahmkow 2020-06-18 20:33:04 -04:00
  • b8df61c642 ARM: Update Dynarmic and Setup A32 according to latest interface. Fernando Sahmkow 2020-06-18 19:56:59 -04:00
  • 22ceaca2f4 SVC: Add GetThreadPriority32 & SetThreadPriority32 Fernando Sahmkow 2020-06-18 18:15:19 -04:00
  • ec11918323 ArmDynarmic32: Setup CNTPCT correctly Fernando Sahmkow 2020-06-18 17:47:44 -04:00
  • e3d561fb84 Audio: Correct buffer release for host timing. Fernando Sahmkow 2020-05-29 17:37:57 -04:00
  • 7fd7d05838 Common/Kernel: Corrections and small bug fixing. Fernando Sahmkow 2020-05-29 17:37:37 -04:00
  • 272a87127a Services/NvFlinger: Do vSync in a sepparate thread on Multicore. Fernando Sahmkow 2020-05-29 15:00:17 -04:00
  • 39ddce1ab5 Externals: Update Dynarmic. Fernando Sahmkow 2020-05-29 13:31:47 -04:00
  • 3165152396 Common/NativeClockx86: Reduce native clock accuracy further. Fernando Sahmkow 2020-05-18 13:08:53 -04:00
  • 71c4779211 Tests/CoreTiming: Correct host timing tests. Fernando Sahmkow 2020-05-14 16:17:44 -04:00
  • 0a8013d71e ARMDynarmicInterface: Correct GCC Build Errors. Fernando Sahmkow 2020-05-14 14:48:50 -04:00
  • 7b1804dab4 Common/AtomicOps: Correct GCC Intrinsic argument ordering. Fernando Sahmkow 2020-05-14 14:44:03 -04:00
  • d240143588 Kernel: Correct Host Context on Threads and Scheduler. Fernando Sahmkow 2020-05-13 14:17:34 -04:00
  • 0e4c35c591 YuzuQT: Hide Speed UI on Multicore. Fernando Sahmkow 2020-05-09 15:02:23 -04:00
  • 467d43570e Clang Format. Fernando Sahmkow 2020-05-08 18:53:13 -04:00
  • 3714f2e471 ARMInterface/Externals: Update dynarmic and fit to latest version. Fernando Sahmkow 2020-05-02 22:03:09 -04:00
  • dda6147b0d ARMInterface: Correct rebase errors. Fernando Sahmkow 2020-04-28 23:15:04 -04:00
  • 71f1c0f9f9 CoreTiming: Correct rebase bugs and other miscellaneous things. Fernando Sahmkow 2020-04-23 12:58:41 -04:00
  • cdf900f1e3 Core: Split Microprofile Dynarmic timing per Core Fernando Sahmkow 2020-04-12 19:25:53 -04:00