1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-27 13:41:06 -06:00

Commit Graph

  • 496c67fd73 kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMemory() Lioncash 2018-09-13 19:14:50 -04:00
  • 7bd2faad9a kernel/svc: Sanitize heap sizes within svcSetHeapSize() Lioncash 2018-09-13 19:09:04 -04:00
  • df5a44a40b Merge pull request #1310 from lioncash/kernel-ns bunnei 2018-09-13 19:50:47 -04:00
  • fb65076b0f Merge pull request #1309 from lioncash/nested bunnei 2018-09-13 19:50:11 -04:00
  • 9969a5db1e audio_core/time_stretch: Silence truncation warnings in Process() Lioncash 2018-09-13 19:48:36 -04:00
  • 3ef134a092 Merge pull request #1307 from lioncash/pl bunnei 2018-09-13 19:49:39 -04:00
  • 50a5d09d32 kernel/errors: Amend error code for ERR_NOT_FOUND Lioncash 2018-09-13 17:08:00 -04:00
  • 0258b444ef service/vi: Replace includes with forward declarations where applicable Lioncash 2018-09-13 16:43:31 -04:00
  • 2ea45fe75b kernel/thread: Include thread-related enums within the kernel namespace Lioncash 2018-09-13 15:57:45 -04:00
  • a0e51d8b98 service: Use nested namespace specifiers where applicable Lioncash 2018-09-13 15:52:52 -04:00
  • 8e7497d5bb Merge pull request #1308 from valentinvanelslande/ipc James Rowe 2018-09-13 11:39:20 -06:00
  • 2ec9fbc2d4 ipc: minor fix Valentin Vanelslande 2018-09-13 11:59:23 -05:00
  • a42376dfad Use ARB_multi_bind for uniform buffers (#1287) ReinUsesLisp 2018-09-12 21:27:43 -03:00
  • ce97d8ef6c services/pl_u: Add missing Korean font to the fallback case for shared fonts Lioncash 2018-09-12 19:22:34 -04:00
  • 60899b80f0 Merge pull request #1298 from lioncash/view bunnei 2018-09-12 18:24:57 -04:00
  • 938aa5779c Merge pull request #1302 from lioncash/config bunnei 2018-09-12 18:24:11 -04:00
  • 926dd41587 Merge pull request #1163 from FearlessTobi/add-audio-stretching bunnei 2018-09-12 18:23:54 -04:00
  • 49c4fe1f2f Merge pull request #1306 from bunnei/fix-b5g6r5u bunnei 2018-09-12 18:21:47 -04:00
  • 4a43fb7e1d gl_rasterizer_cache: B5G6R5U should use GL_RGB8 as an internal format. bunnei 2018-09-12 18:09:31 -04:00
  • d9e21eebe8 Merge pull request #1297 from lioncash/pl bunnei 2018-09-12 16:03:53 -04:00
  • cc50857460 Merge pull request #1263 from FernandoS27/tex-mode bunnei 2018-09-12 16:03:34 -04:00
  • bb5eb4f20a GPU: Basic implementation of the Kepler Inline Memory engine (p2mf). Subv 2018-09-08 15:58:20 -05:00
  • 957ddab679 audio_core: Flush stream when not playing anything MerryMage 2018-09-12 18:07:16 +01:00
  • a99d9db32f Implemented Texture Processing Modes FernandoS27 2018-09-07 21:09:39 -04:00
  • 79217f9870 Merge pull request #1303 from lioncash/error bunnei 2018-09-12 12:14:51 -04:00
  • 0821a210c4 Merge pull request #1304 from lioncash/str bunnei 2018-09-12 12:10:14 -04:00
  • 44fac34697 Merge pull request #1305 from FreddyFunk/cmake_yuzu_as_vs_startup_project bunnei 2018-09-12 12:09:47 -04:00
  • 9f2bcdbb76 Update CMakeLists.txt Frederic Laing 2018-09-12 17:36:10 +02:00
  • fbe462099b svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processor ID is given Lioncash 2018-09-12 04:27:35 -04:00
  • 3c5c292592 kernel/errors: Correct error codes for invalid thread priority and invalid processor ID Lioncash 2018-09-12 04:25:53 -04:00
  • 9b3bc0b282 svc: Do nothing if svcOutputDebugString() is given a length of zero Lioncash 2018-09-12 04:51:41 -04:00
  • 04d723baf9 svc: Correct parameter type for OutputDebugString() Lioncash 2018-09-12 04:49:08 -04:00
  • e89c22c147 yuzu/configure_gamelist: Make combo box strings translatable Lioncash 2018-09-12 01:11:25 -04:00
  • a9b953e6d4 yuzu/configure_gamelist: Use std::array instead of std::vector for translatable strings Lioncash 2018-09-12 01:09:25 -04:00
  • 3a2567c97c yuzu/configure_gamelist: Move combo box initializtion to their own functions Lioncash 2018-09-12 01:06:50 -04:00
  • 475222a496 Merge pull request #1296 from lioncash/prepo bunnei 2018-09-11 23:15:07 -04:00
  • 3ee4fa557f Merge pull request #1301 from lioncash/qt bunnei 2018-09-11 23:13:54 -04:00
  • c245150439 Merge pull request #1300 from lioncash/audio bunnei 2018-09-11 23:13:29 -04:00
  • 89825766ee Merge pull request #1278 from tech4me/bg-color-fix bunnei 2018-09-11 23:13:11 -04:00
  • 522a11a11f Merge pull request #1295 from bunnei/accurate-copies bunnei 2018-09-11 23:12:15 -04:00
  • 4a9acc87f9 Merge pull request #1294 from degasus/optimizations bunnei 2018-09-11 23:11:36 -04:00
  • 7bb226f22d gl_rasterizer_cache: Always blit on recreate, regardless of format. bunnei 2018-09-11 20:14:00 -04:00
  • 0e61e8362f game_list: Resolve variable shadowing within LoadCompatibilityList() Lioncash 2018-09-11 22:34:07 -04:00
  • 7fe10dea3e game_list: Use QJsonValueRef() within LoadCompatibilityList() Lioncash 2018-09-11 22:28:28 -04:00
  • c243bc09d4 service/audio: Replace includes with forward declarations where applicable Lioncash 2018-09-11 21:45:20 -04:00
  • bad035e9a3 audio_core/sink_details: Change std::string parameter into std::string_view Lioncash 2018-09-11 21:36:07 -04:00
  • c061e27155 pl_u: Eliminate mutable file-scope state Lioncash 2018-09-11 21:06:40 -04:00
  • 429217248f Merge pull request #1289 from FernandoS27/lea_pset bunnei 2018-09-11 20:58:15 -04:00
  • 325c259fc5 service/prepo: Move class into the cpp file Lioncash 2018-09-11 20:46:49 -04:00
  • cdddd71d08 gl_shader_cache: Remove cache_width/cache_height. bunnei 2018-09-11 20:12:29 -04:00
  • 3e973bc4c6 gl_rasterizer: Use ARB_texture_storage. Markus Wick 2018-09-11 21:59:40 +02:00
  • 5c676dc884 Implemented LEA and PSET FernandoS27 2018-09-11 12:27:02 -04:00
  • 3f0922715a Implemented encodings for LEA and PSET FernandoS27 2018-09-11 12:26:42 -04:00
  • 2b48cfd44b Replace old FragmentHeader for the new Header FernandoS27 2018-09-11 12:08:06 -04:00
  • e926757c8f Implemented (Partialy) Shader Header FernandoS27 2018-09-10 21:00:55 -04:00
  • 1470b85af9 Merge pull request #1291 from lioncash/default bunnei 2018-09-11 11:42:05 -04:00
  • 2f0ff4d25b Merge pull request #1292 from ogniK5377/renderdoc-fix bunnei 2018-09-11 11:38:13 -04:00
  • 143525dcb9 Merge pull request #1293 from lioncash/font bunnei 2018-09-11 11:37:32 -04:00
  • 46ba1bc40f externals: Place font data within cpp files Lioncash 2018-09-11 04:15:36 -04:00
  • 6ac955a0b4 hle/service: Default constructors and destructors in the cpp file where applicable Lioncash 2018-09-10 21:20:52 -04:00
  • 4c3bd33be2 Fixed renderdoc input/output textures not working due to render targets David Marcec 2018-09-11 13:26:56 +10:00
  • 3bac3051fc Use open-source shared fonts if no dumped file is available (#1269) Tobias 2018-09-11 03:31:01 +02:00
  • 804115b2a4 Port #4141 from citra: Joystick hotplug support (#1275) Tobias 2018-09-11 03:29:59 +02:00
  • d6e8e16a66 Merge pull request #1286 from bunnei/multi-clear bunnei 2018-09-10 20:30:14 -04:00
  • 12445b476d Merge pull request #1285 from bunnei/depth-fix bunnei 2018-09-10 20:28:40 -04:00
  • d884e805c5 Merge pull request #1284 from bunnei/bgra8_srgb bunnei 2018-09-10 20:28:00 -04:00
  • 4bea6657ef Merge pull request #1288 from MysticExile/remove-multicore James Rowe 2018-09-10 16:30:45 -06:00
  • ae0c95efcc Merge pull request #1264 from degasus/optimizations bunnei 2018-09-10 18:02:47 -04:00
  • c1b8cd9058 video_core: Refactor command_processor. Markus Wick 2018-09-06 17:02:46 +02:00
  • 0cfb0bacb2 video_core: Move command buffer loop. Markus Wick 2018-09-06 15:48:08 +02:00
  • d2f788762a Remove multicore configure_general.ui MysticExile 2018-09-10 22:04:21 +02:00
  • 17f8059fea remove multicore in configure_general.cpp MysticExile 2018-09-10 22:03:23 +02:00
  • c560043581 rasterizer: Drop unused handler. Markus Wick 2018-09-06 14:51:24 +02:00
  • 4c0b1cc1ae gl_rasterizer_cache: Only use depth for applicable texture formats. bunnei 2018-09-09 23:42:57 -04:00
  • 035e6bd407 gl_rasterizer: Implement clear for non-zero render targets. bunnei 2018-09-10 00:36:13 -04:00
  • 1c34498368 gl_rasterizer_cache: Implement RenderTargetFormat::BGRA8_SRGB. bunnei 2018-09-09 23:41:37 -04:00
  • ac959799e4 Merge pull request #1281 from bunnei/multi-rt bunnei 2018-09-10 00:36:30 -04:00
  • 49b15af054 gl_rasterizer: Implement multiple color attachments. bunnei 2018-09-09 19:01:21 -04:00
  • f9e468d891 Merge pull request #1258 from tgsm/fix-sdl-logging bunnei 2018-09-09 22:34:23 -04:00
  • 7ddd5b765d Merge pull request #1282 from lioncash/compat bunnei 2018-09-09 22:32:53 -04:00
  • 50c191439d Merge pull request #1276 from FearlessTobi/fix-stupid-stub bunnei 2018-09-09 22:31:04 -04:00
  • 3b8a0bc146 Merge pull request #1283 from lioncash/unused bunnei 2018-09-09 22:30:39 -04:00
  • 136040ee15 service: Remove unused g_kernel_named_ports variable Lioncash 2018-09-09 22:10:51 -04:00
  • e58855c7a4 Merge pull request #1268 from FernandoS27/tmml bunnei 2018-09-09 21:39:39 -04:00
  • 00131e752d Implemented TMML FernandoS27 2018-09-08 12:40:18 -04:00
  • 223ddb2008 Merge pull request #1272 from Subv/dma_2d bunnei 2018-09-09 19:53:17 -04:00
  • fcf81147e7 Merge pull request #1280 from zero334/improvements bunnei 2018-09-09 19:51:46 -04:00
  • 73a2d71f44 game_list: Make CompatibilityList parameter of NavigateToGamedbEntryRequested() a const reference Lioncash 2018-09-09 19:35:05 -04:00
  • bd8065295c yuzu: Move compatibility list specifics to their own source files Lioncash 2018-09-09 19:09:37 -04:00
  • 0acf9b351f Merge pull request #1261 from FernandoS27/txq bunnei 2018-09-09 19:43:10 -04:00
  • 073a21ac0b Implemented TXQ dimension query type, used by SMO. FernandoS27 2018-09-07 19:53:06 -04:00
  • 64e45b04e0 video_core: fixed arithmetic overflow warnings & improved code style Patrick Elsässer 2018-09-09 17:51:43 +02:00
  • 55af5bda55 cubeb_sink: Downsample arbitrary number of channels MerryMage 2018-09-09 09:16:48 +01:00
  • 3dcedb36b4 Port Citra #4047 & #4052: add change background color support tech4me 2018-09-08 16:57:19 -07:00
  • 6d64ecf359 Merge pull request #1277 from jroweboy/update-xbyak Mat M 2018-09-08 19:33:35 -04:00
  • 500e81429a hid: Implement ReloadInputDevices fearlessTobi 2018-09-09 00:57:41 +02:00
  • 5ff72a48a7 Externals: Update xbyak James Rowe 2018-09-08 16:53:52 -06:00
  • 82a313a14c Change name of TEXQ to TXQ, in order to match NVIDIA's naming FernandoS27 2018-09-07 19:02:33 -04:00
  • fdb199290b GPU/DMA: Partially implemented the 'enable_2d' bit in the DMA engine. Subv 2018-09-08 16:02:16 -05:00
  • af074ee422 Merge pull request #1256 from bunnei/tex-target-support bunnei 2018-09-08 16:14:46 -04:00