Commit Graph

  • b496a9eefe decoders: Fix calc of swizzle image_width_in_gobs. bunnei 2018-07-18 00:15:20 -04:00
  • 29aff8d5ab Virtual Filesystem 2: Electric Boogaloo (#676) Zach Hilman 2018-07-18 21:07:11 -04:00
  • 72207577b2 core/memory: Remove unused function GetSpecialHandlers() and an unused variable in ZeroBlock() Lioncash 2018-07-18 19:55:46 -04:00
  • 2cd3141c30 address_arbiter: Correct assignment within an assertion statement in WakeThreads() Lioncash 2018-07-18 19:46:43 -04:00
  • 296e68fd43 service/prepo: Add missing header guard Lioncash 2018-07-18 19:43:28 -04:00
  • 93cba6f699 vm_manager: Add missing commas to string literal array elements in GetMemoryStateName() Lioncash 2018-07-18 18:40:35 -04:00
  • 46458e7284 core/memory, core/hle/kernel: Use std::move where applicable Lioncash 2018-07-18 19:02:47 -04:00
  • 10d2ab8098 core: Make System's default constructor private Lioncash 2018-07-18 18:15:16 -04:00
  • 3a4841e403 core: Don't construct instance of Core::System, just to access its live instance Lioncash 2018-07-18 18:10:06 -04:00
  • f5d7706ca1 externals: update fmt to version 5.1.0 Lioncash 2018-07-18 17:33:45 -04:00
  • 079be8032d hle/filesystem: Amend trace log in OpenSaveData() to compile in debug mode Lioncash 2018-07-18 17:41:32 -04:00
  • 924c473bb3 Merge pull request #683 from DarkLordZach/touch bunnei 2018-07-18 14:29:16 -07:00
  • d17e172d92 game_list: Make ContainsAllWords an internally linked non-member function Lioncash 2018-07-18 16:52:12 -04:00
  • c337272ca9 Fill in more fields in TouchScreenEntryTouch Zach Hilman 2018-07-18 16:33:11 -04:00
  • f2f368014e Single touch support Zach Hilman 2018-07-18 14:06:33 -04:00
  • 3d1e8f750c Merge pull request #681 from lioncash/const bunnei 2018-07-18 10:02:58 -07:00
  • e3da9fc367 Merge pull request #682 from lioncash/telemetry bunnei 2018-07-18 10:02:46 -07:00
  • 24a55bba42 Merge pull request #679 from lioncash/ctor bunnei 2018-07-17 22:18:39 -07:00
  • b87a71b3fe Merge pull request #678 from lioncash/astc bunnei 2018-07-17 22:06:20 -07:00
  • c65a8fafa0 telemetry: Remove unnecessary Field constructor Lioncash 2018-07-18 00:32:32 -04:00
  • 0aebe6b3d5 telemetry: Make operator== and operator!= const member functions of Field Lioncash 2018-07-18 00:27:34 -04:00
  • 7c3cc08957 Merge pull request #677 from bunnei/crop-fb bunnei 2018-07-17 21:26:35 -07:00
  • 3575d367a4 telemetry: Default copy/move constructors and assignment operators Lioncash 2018-07-18 00:25:08 -04:00
  • f4b98a857b game_list: Upper-case containsAllWords to ContainsAllWords() Lioncash 2018-07-18 00:15:46 -04:00
  • c8f3fc9a4b game_list: Make containsAllWords a const member function Lioncash 2018-07-18 00:12:39 -04:00
  • f4c69149f9 game_list: Remove unnecessary QString initialization in KeyReleaseEater Lioncash 2018-07-18 00:04:33 -04:00
  • 6a03badcbc astc: Initialize vector size directly in Decompress Lioncash 2018-07-17 23:53:21 -04:00
  • 0f148548f3 astc: Mark functions as internally linked where applicable Lioncash 2018-07-17 23:46:30 -04:00
  • c5803e30d3 astc: const-correctness changes where applicable Lioncash 2018-07-17 23:12:16 -04:00
  • e3fadb9616 astc: Delete Bits' copy contstructor and assignment operator Lioncash 2018-07-17 23:08:00 -04:00
  • 4cd52a34b9 astc: In-class initialize member variables where appropriate Lioncash 2018-07-17 23:02:54 -04:00
  • 03c2d049d4 settings: Turn docked mode off by default. bunnei 2018-07-17 22:52:25 -04:00
  • 49e5de9f03 vi: Change TransactionId::CancelBuffer to LOG_CRITICAL. bunnei 2018-07-17 22:47:35 -04:00
  • 0d1a99edf6 vi: Fix size for ListDisplays default display. bunnei 2018-07-17 22:18:14 -04:00
  • c3dd456d51 vi: Partially implement buffer crop parameters. bunnei 2018-07-17 20:11:41 -04:00
  • 8e28af6f89 Merge pull request #675 from Subv/stencil bunnei 2018-07-17 15:53:00 -07:00
  • 3d3b10adc7 GPU: Added register definitions for the stencil parameters. Subv 2018-07-17 15:00:21 -05:00
  • 69bfe075b5 General Filesystem and Save Data Fixes (#670) Zach Hilman 2018-07-17 15:42:15 -04:00
  • 88a3140c9b Merge pull request #671 from MerryMage/clear-exclusive-state bunnei 2018-07-17 07:33:32 -07:00
  • 519035db3d Merge pull request #672 from SciresM/to_address_fix bunnei 2018-07-17 07:32:42 -07:00
  • 5f119bed56 Merge pull request #673 from bunnei/fix-buffer-queue-evt bunnei 2018-07-17 07:07:57 -07:00
  • 170e19d4ea nvflinger: Fix for BufferQueue event handling. bunnei 2018-07-17 00:05:13 -04:00
  • 3b885691a1 Kernel/Arbiter: Fix bug in WaitIfLessThan Michael Scire 2018-07-16 20:55:53 -06:00
  • 56cc1c11ec scheduler: Clear exclusive state when switching contexts MerryMage 2018-07-16 11:24:00 +01:00
  • f00ca69a81 Merge pull request #669 from lioncash/dynarmic bunnei 2018-07-15 18:36:32 -07:00
  • 0722adb471 externals: Update dynarmic to dfdec79 Lioncash 2018-07-15 16:11:45 -04:00
  • 068668780c Merge pull request #668 from jroweboy/controller-lag bunnei 2018-07-15 13:06:28 -07:00
  • 04b9cde4f5 Merge pull request #664 from jroweboy/logging-stuff bunnei 2018-07-15 12:58:52 -07:00
  • 7d209b3c9f HID: Update controllers less often James Rowe 2018-07-15 13:47:41 -06:00
  • 497b81558e Logging: Dump all logs in the queue on close in debug mode James Rowe 2018-07-14 12:47:14 -06:00
  • 98762e9601 Merge pull request #666 from bunnei/g8r8 bunnei 2018-07-15 10:09:36 -07:00
  • 3a96670f2d gl_rasterizer_cache: Implement texture format G8R8. bunnei 2018-07-15 01:33:42 -04:00
  • aaec0b7e70 Merge pull request #665 from bunnei/fix-z24-s8 bunnei 2018-07-14 22:18:55 -07:00
  • f8ab956189 Merge pull request #659 from bunnei/depth16 bunnei 2018-07-14 21:39:23 -07:00
  • 3145114190 gl_rasterizer_cache: Fix incorrect offset in ConvertS8Z24ToZ24S8. bunnei 2018-07-15 00:02:05 -04:00
  • e21190f47f gl_rasterizer_cache: Implement depth format Z16_UNORM. bunnei 2018-07-13 23:25:11 -04:00
  • 2cb3fdca86 Merge pull request #598 from bunnei/makedonecurrent bunnei 2018-07-14 20:18:11 -07:00
  • c324a378ac Merge pull request #663 from Subv/bsd bunnei 2018-07-14 19:40:34 -07:00
  • fd1f5c5414 Merge pull request #662 from Subv/delete_file bunnei 2018-07-14 13:11:58 -07:00
  • 6daebaaa57 Logging: Don't lock the queue for the duration of the write James Rowe 2018-07-14 11:57:13 -06:00
  • b07f4d6afb Services/BSD: Corrected the return for StartMonitoring according to SwIPC. Subv 2018-07-14 12:34:07 -05:00
  • ad0166a982 Merge pull request #661 from ogniK5377/assert-nit bunnei 2018-07-14 09:12:21 -07:00
  • 7e5e4f8d7a FileSys: Append the requested path to the filesystem base path in DeleteFile. Subv 2018-07-14 10:57:22 -05:00
  • a7d6c0d6ea No need to use ASSERT_MSG with an empty message David Marcec 2018-07-14 23:13:16 +10:00
  • 81739a5448 Merge pull request #660 from Subv/depth_write bunnei 2018-07-14 00:38:12 -07:00
  • 05cb10530f OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering. bunnei 2018-06-29 14:10:16 -04:00
  • b37354cca8 GPU: Always enable the depth write when clearing the depth buffer. Subv 2018-07-14 00:52:23 -05:00
  • 9fc0d1d701 Merge pull request #657 from bunnei/dual-vs bunnei 2018-07-13 07:08:54 -07:00
  • e066bc75b9 More improvements to GDBStub (#653) Hedges 2018-07-13 04:22:59 +01:00
  • 8aeff9cf8e gl_rasterizer: Fix check for if a shader stage is enabled. bunnei 2018-07-12 22:57:57 -04:00
  • c4015cd93a gl_shader_gen: Implement dual vertex shader mode. bunnei 2018-07-12 22:25:03 -04:00
  • ce23ae3ede Merge pull request #656 from ogniK5377/audren-mem-init bunnei 2018-07-12 19:12:47 -07:00
  • 64b5e5d5d9 Merge pull request #655 from bunnei/pred-lt-nan bunnei 2018-07-12 18:59:15 -07:00
  • 52636f67cc Merge pull request #654 from bunnei/cond-exit bunnei 2018-07-12 18:59:05 -07:00
  • 8bd8d1e3da We only need to alert for memory pool changes David Marcec 2018-07-13 10:36:28 +10:00
  • 6642011706 initialized voice status and unused sizes in the update data header David Marcec 2018-07-13 10:35:44 +10:00
  • 49c0c081c4 gl_shader_decompiler: Implement PredCondition::LessThanWithNan. bunnei 2018-07-12 20:03:45 -04:00
  • 4757ffdcce gl_shader_decompiler: Use FlowCondition field in EXIT instruction. bunnei 2018-07-12 20:00:37 -04:00
  • 274d1fb0fc Merge pull request #652 from Subv/fadd32i Sebastian Valle 2018-07-12 17:36:51 -05:00
  • 3ff21345b4 Merge pull request #651 from Subv/ffma_decode bunnei 2018-07-12 12:42:58 -07:00
  • c1ae841f47 GPU: Implement the FADD32I shader instruction. Subv 2018-07-12 12:00:31 -05:00
  • 316b933a31 Port #3335 and #3373 from Citra: "Small SDL fixes" and "Print the actual error preventing SDL from working" (#637) Tobias 2018-07-12 18:26:27 +02:00
  • 0cad310e12 GPU: Corrected the decoding of FFMA for immediate operands. Subv 2018-07-12 10:15:48 -05:00
  • 4f41ffdd41 Merge pull request #648 from ogniK5377/no-net bunnei 2018-07-12 06:44:15 -07:00
  • 7c7b2b8285 Merge pull request #649 from ogniK5377/audout-auto bunnei 2018-07-12 06:43:37 -07:00
  • b89fb430c7 Merge pull request #650 from jroweboy/logging-stuff bunnei 2018-07-12 06:42:46 -07:00
  • b30c5370b1 yuzu - Fix duplicate logs James Rowe 2018-07-12 01:11:43 -06:00
  • 020d005d8c yuzu-cmd Apply the filter string from settings James Rowe 2018-07-12 01:09:03 -06:00
  • 706892de7d Audout "Auto" functions David Marcec 2018-07-12 16:57:31 +10:00
  • 3d68f6ba6c Added IsWirelessCommunicationEnabled, IsEthernetCommunicationEnabled, IsAnyInternetRequestAccepted David Marcec 2018-07-12 16:40:17 +10:00
  • 7230ceb584 Merge pull request #559 from Subv/mount_savedata bunnei 2018-07-11 20:21:52 -07:00
  • afb26b190f Merge pull request #585 from janisozaur/patch-11 bunnei 2018-07-11 20:21:17 -07:00
  • e2037821b6 Merge pull request #646 from bunnei/fix-hid-smo bunnei 2018-07-11 06:30:56 -07:00
  • 12a6996262 hid: Fix timestamps and controller type. bunnei 2018-07-10 22:53:39 -04:00
  • 379a935016 Merge pull request #644 from ogniK5377/getconfig-err bunnei 2018-07-10 15:44:23 -07:00
  • 04524e76c2 Merge pull request #633 from FearlessTobi/port-defines bunnei 2018-07-10 09:12:52 -07:00
  • 3e966be6fc Merge pull request #642 from bunnei/create-save-dir bunnei 2018-07-10 09:09:58 -07:00
  • 0944bfe3cb NvOsGetConfigU32 production impl David Marcec 2018-07-10 14:10:17 +10:00
  • aec90ca506 Merge pull request #636 from FearlessTobi/add-gitignore bunnei 2018-07-09 17:09:57 -07:00
  • ef2c955db5 Merge pull request #635 from FearlessTobi/port-crashfix bunnei 2018-07-09 17:08:25 -07:00