Commit Graph

  • 769a50661a shader/node: Minor changes ReinUsesLisp 2019-06-06 20:01:28 -03:00
  • e1b3be7ced shader: Move Node declarations out of the shader IR header ReinUsesLisp 2019-06-06 19:31:14 -03:00
  • 04ac7a637a Merge pull request #2552 from ReinUsesLisp/shader-shared-ptr Zach Hilman 2019-06-06 18:25:24 -04:00
  • adb8a9152b Merge pull request #2549 from lioncash/header Zach Hilman 2019-06-06 14:31:46 -04:00
  • 7322c8bd7c Merge pull request #2550 from lioncash/frontend Zach Hilman 2019-06-06 14:31:22 -04:00
  • 03d9bbaa90 Merge pull request #2551 from lioncash/dtor bunnei 2019-06-06 10:37:28 -04:00
  • c09ff382a4 yuzu/configuration: Make all widgets and dialogs aware of language changes Lioncash 2019-06-05 18:39:46 -04:00
  • bf4dfb3ad4 shader: Use shared_ptr to store nodes and move initialization to file ReinUsesLisp 2019-06-04 22:44:06 -03:00
  • a20ba09bfd Merge pull request #2520 from ReinUsesLisp/vulkan-refresh bunnei 2019-06-05 18:10:00 -04:00
  • 55c5029171 Merge pull request #2540 from ReinUsesLisp/remove-guest-position bunnei 2019-06-05 18:07:23 -04:00
  • e4fea833d4 Merge pull request #2419 from DarkLordZach/srv-lr-iface bunnei 2019-06-05 18:05:50 -04:00
  • 8d7a012297 Merge pull request #2521 from lioncash/naming bunnei 2019-06-05 18:03:05 -04:00
  • 0bcc305797 Merge pull request #2512 from ReinUsesLisp/comp-indexing bunnei 2019-06-05 18:02:30 -04:00
  • 8304aaf282 service/ns: Add missing override specifiers Lioncash 2019-06-05 16:20:24 -04:00
  • d7d5bffa18 yuzu/CMakeLists: Disable implicit QString->QUrl conversions Lioncash 2019-06-05 16:05:34 -04:00
  • 799302bc9d Merge pull request #2526 from lioncash/global Zach Hilman 2019-06-05 15:57:48 -04:00
  • 81e09bb121 Merge pull request #2545 from lioncash/timing Zach Hilman 2019-06-05 15:52:37 -04:00
  • 6aff1005ef Merge pull request #2541 from lioncash/input Zach Hilman 2019-06-05 15:51:03 -04:00
  • 5b93290183 yuzu/CMakeLists: Disable unsafe overloads of QProcess' start() function Lioncash 2019-06-05 15:47:42 -04:00
  • b5e1e87922 yuzu/CMakeLists: Disable implicit type narrowing in connect() calls Lioncash 2019-06-05 15:43:55 -04:00
  • e1d755bdda yuzu/configuration: Make function naming consistent Lioncash 2019-05-26 00:39:23 -04:00
  • 2beaaa35c5 Merge pull request #2510 from SciresM/desired_language Zach Hilman 2019-06-05 15:39:33 -04:00
  • 1eb979221f Merge pull request #2527 from lioncash/index Zach Hilman 2019-06-05 15:30:51 -04:00
  • dd4fe0dab1 Merge pull request #2534 from ReinUsesLisp/shader-cleanup Zach Hilman 2019-06-05 15:28:34 -04:00
  • 433ca686a8 Merge pull request #2531 from ReinUsesLisp/qt-warnings Zach Hilman 2019-06-05 15:27:12 -04:00
  • 6ce5f3e1bf Merge pull request #2515 from lioncash/narrowing Zach Hilman 2019-06-05 15:26:13 -04:00
  • dfc40a3f9e Merge pull request #2532 from ShalokShalom/patch-2 Zach Hilman 2019-06-05 15:04:57 -04:00
  • 4f7a1f6c8c Merge pull request #2536 from lioncash/cache Zach Hilman 2019-06-05 15:03:59 -04:00
  • 19dcb50692 kernel/process: Remove unused boost header include Lioncash 2019-06-05 13:59:13 -04:00
  • c417b4fe28 game_list: Accept *.kip as a file extension of executables Zach Hilman 2019-06-05 00:33:00 -04:00
  • ce9f7ac4f2 loader: Add recognition for KIP file type Zach Hilman 2019-06-05 00:22:07 -04:00
  • a76bd49268 loader: Add KIP and INI file parser-specific errors Zach Hilman 2019-06-05 00:21:44 -04:00
  • c3548967b1 loader: Add AppLoader_KIP for KIP files Zach Hilman 2019-06-05 00:21:17 -04:00
  • b550a01f74 program_metadata: Add function to load meta from raw parameters Needed for KIP loading as KIPs do not have an NPDM but do have the essential parts of the data within. Zach Hilman 2019-06-05 00:20:26 -04:00
  • 0f37096820 partition_data_manager: Remove KIP processing and use FileSys Previously, this TU contained the necessary headers to parse KIP/INI but now it should just use the FileSys class. Zach Hilman 2019-06-05 00:19:29 -04:00
  • 421c3e831a file_sys: Add classes to parse KIP1 and INI1 files Zach Hilman 2019-06-05 00:18:25 -04:00
  • 2ba4aa8a3b Merge pull request #2529 from lioncash/boot Rodrigo Locatti 2019-06-04 21:35:56 -03:00
  • 2548661c08 core/core_timing_util: Amend casing of cyclesTo* functions Lioncash 2019-06-04 20:11:04 -04:00
  • 42f5fd0ab3 core/core_timing_util: Use std::chrono types for specifying time units Lioncash 2019-06-04 19:52:42 -04:00
  • 79189c7e3e core/core_timing_utils: Simplify overload set Lioncash 2019-06-04 19:41:48 -04:00
  • 55f8111543 Merge pull request #2525 from FearlessTobi/remove-unused-settings Mat M 2019-06-04 13:39:24 -04:00
  • b35953e4fd Merge pull request #2543 from FernandoS27/exit-flow Hexagon12 2019-06-04 19:52:59 +03:00
  • a32c52b1d8 shader_bytecode: Mark EXIT as flow instruction Fernando Sahmkow 2019-06-04 12:18:35 -04:00
  • 5ccf2a7b82 input_common/sdl/sdl_impl: Correct logging string in SDLState constructor Lioncash 2019-06-03 16:44:54 -04:00
  • cfac942e63 input_common/sdl/sdl_impl: Move documentation comments to header where applicable Lioncash 2019-06-03 16:42:17 -04:00
  • b9b23c98ff input_common/sdl/sdl_impl: Amend names for axes for SDLAnalogPoller Lioncash 2019-06-03 16:32:57 -04:00
  • 50048d9f5a input_common/sdl/sdl_impl: Mark variables const where applicable Lioncash 2019-06-03 16:30:33 -04:00
  • ca7ca2919c input_common/sdl/sdl_impl: Mark SDLEventToButtonParamPackage() as static Lioncash 2019-06-03 16:23:14 -04:00
  • b73ea457cc input_common/sdl/sdl_impl: Convert reinterpret_cast into a static_cast Lioncash 2019-06-03 16:19:22 -04:00
  • 2c679cda51 input_common/sdl/sdl_impl: Use insert_or_assign() where applicable Lioncash 2019-06-03 16:15:30 -04:00
  • b46e615551 input_common/sdl/sdl_impl: Simplify SDL_Joystick deleter handling Lioncash 2019-06-03 16:10:08 -04:00
  • 7ea07c6063 input_common/sdl/sdl_impl: Resolve two sign conversion warnings Lioncash 2019-06-03 16:04:56 -04:00
  • cf0d01a5d7 input_common/sdl: Remove unused header includes and forward declarations Lioncash 2019-06-03 15:50:04 -04:00
  • 00f0827a26 input_common/sdl/sdl_impl: Use nested namespace specifiers where applicable Lioncash 2019-06-03 15:49:04 -04:00
  • 77ce85f51d yuzu/bootmanager: Log out screenshot destination path Lioncash 2019-05-29 02:24:29 -04:00
  • e32bf646cf yuzu/bootmanager: Treat the resolution factor as a u32 Lioncash 2019-05-29 02:14:24 -04:00
  • 536c9cf006 yuzu/bootmanager: Default EmuThread's destructor in the cpp file Lioncash 2019-05-29 02:05:06 -04:00
  • 0a650ec99e yuzu/bootmanager: unsigned -> u32 Lioncash 2019-05-29 02:02:36 -04:00
  • 2575403acf yuzu/bootmanager: Change false literal to 0 for setSwapInterval() Lioncash 2019-05-29 01:57:52 -04:00
  • cfb59aad3f yuzu/bootmanager: Remove pointer downcast in GRenderWindow's constructor Lioncash 2019-05-29 01:53:30 -04:00
  • 49e3a6e924 yuzu/bootmanager: Remove unnecessary pointer casts Lioncash 2019-05-29 01:49:38 -04:00
  • 0935c2d97b gl_shader_decompiler: Remove guest "position" varying ReinUsesLisp 2019-06-03 01:01:34 -03:00
  • e70f16fff7 input_common/sdl/sdl_impl: Silence sign conversion warnings Lioncash 2019-05-29 01:33:00 -04:00
  • 1edf018319 common/math_util: Provide a template deduction guide for Common::Rectangle Lioncash 2019-05-29 02:47:01 -04:00
  • d0d97de1e4 game_list_worker: Use QFile over our own IOFile instance or std streams Lioncash 2019-05-30 22:13:38 -04:00
  • de2533d389 game_list_worker: Remove template specializations Lioncash 2019-05-30 18:56:04 -04:00
  • ed74a3cb8b Merge pull request #1931 from DarkLordZach/mii-database-1 bunnei 2019-05-30 13:26:40 -04:00
  • 75561d190a Merge pull request #2431 from DarkLordZach/game-list-cache bunnei 2019-05-30 13:04:40 -04:00
  • e72b9044a0 gl_shader_cache: Store a system class and drop global accessors ReinUsesLisp 2019-05-30 14:01:40 -03:00
  • ad321564ed gl_shader_cache: Add commentaries explaining the intention in shaders creation ReinUsesLisp 2019-05-30 13:58:38 -03:00
  • 838b6d2ff8 gl_shader_cache: Flip if condition in GetStageProgram to reduce indentation ReinUsesLisp 2019-05-30 13:55:11 -03:00
  • 6ac4490751 gl_buffer_cache: Remove unused ReserveMemory method ReinUsesLisp 2019-05-27 20:51:41 -03:00
  • a89cc0bafc maxwell_to_gl: Use GL_CLAMP to emulate Clamp wrap mode ReinUsesLisp 2019-05-21 20:29:41 -03:00
  • b76df62c00 gl_rasterizer: Move alpha testing to the OpenGL pipeline ReinUsesLisp 2019-05-21 20:28:09 -03:00
  • df509486c4 gl_rasterizer: Use GL_QUADS to emulate quads rendering ReinUsesLisp 2019-05-21 19:21:57 -03:00
  • 7259f7a733 rasterizer_opengl: Remove OpenGL core profile ReinUsesLisp 2019-05-21 19:11:06 -03:00
  • 9b2d38582f main: Remove extraneous comment Zach Hilman 2019-05-30 10:47:56 -04:00
  • e9772a2539 Remove outdated info about compability ShalokShalom 2019-05-30 05:38:27 +02:00
  • 3f11d1c821 qt: Silence name collision warnings ReinUsesLisp 2019-05-29 21:25:00 -03:00
  • d9c1b94f03 yuzu: Remove unused birthday setting fearlessTobi 2019-05-29 00:29:43 +02:00
  • e3608578e4 Merge pull request #2446 from ReinUsesLisp/tid bunnei 2019-05-29 12:21:17 -04:00
  • 665b7e8e18 Merge pull request #2518 from ReinUsesLisp/sdl2-window bunnei 2019-05-29 11:01:12 -04:00
  • cfc9d92b38 yuzu/software_keyboard: Remove unnecessary GetStatus() member function Lioncash 2019-05-29 00:52:47 -04:00
  • 802dd3cc95 profile_select: Remove unnecessary GetStatus() member function Lioncash 2019-05-29 00:34:42 -04:00
  • 139301c5a1 profile_select: Return int instead of u32 for GetIndex() Lioncash 2019-05-29 00:23:46 -04:00
  • 8bbe930fac core/core: Remove unnecessary includes Lioncash 2019-05-28 22:14:07 -04:00
  • c6f05b586f yuzu_cmd/yuzu: Correct formatting specifier Lioncash 2019-05-28 22:10:51 -04:00
  • 84a8fb9264 core/loader: Remove LoadKernelSystemMode Lioncash 2019-05-28 21:42:50 -04:00
  • b1a4ab2ccc core/telemetry_session: Remove unnecessary web service nulling out in destructor Lioncash 2019-05-28 21:32:48 -04:00
  • 215fd82738 core/telemetry_session: Remove usages of the global system accessor Lioncash 2019-05-28 21:12:23 -04:00
  • 05af9d915c core/telemetry_session: Explicitly delete copy and move constructors Lioncash 2019-05-28 21:07:34 -04:00
  • 2fb3b9b951 core/telemetry_session: Remove unused include Lioncash 2019-05-28 20:56:22 -04:00
  • cfd885163f Merge pull request #2519 from lioncash/sign bunnei 2019-05-27 12:26:17 -04:00
  • 2eb4d27c48 Merge pull request #2524 from ReinUsesLisp/fixup-extension bunnei 2019-05-27 12:25:59 -04:00
  • 21c0b4dec8 gl_device: Add commentary to AOFFI unit test source code ReinUsesLisp 2019-05-27 00:52:49 -03:00
  • 84928e6d67 gl_shader_gen: Always declare extensions after the version declaration ReinUsesLisp 2019-05-27 00:51:35 -03:00
  • 52b80d231c ncm: Implement LR OpenAddOnContentLocationResolver (2) Zach Hilman 2019-05-26 20:36:54 -04:00
  • e0920ef4ba ncm: Implement LR OpenRegisteredLocationResolver (1) Zach Hilman 2019-04-10 14:40:18 -04:00
  • 33ac193bf6 ncm: Implement LR OpenLocationResolver (0) Zach Hilman 2019-04-10 14:38:27 -04:00
  • 46e2ca5475 game_list_worker: Add better error handling to caching Zach Hilman 2019-05-26 17:14:09 -04:00