- 04 Nov, 2018 1 commit
-
-
Zach Hilman authored
These are needed by Edizon to boot. They are used to see if a user is using SX OS, as SX OS registers a custom service called 'tx' and attempting to register a service of the same name lets the application know if it is present.
-
- 03 Nov, 2018 1 commit
-
-
bunnei authored
Fixed incorrect hwopus assert
-
- 02 Nov, 2018 1 commit
-
-
David Marcec authored
-
- 01 Nov, 2018 9 commits
-
-
bunnei authored
configure_system: Contrain profile usernames to 32 characters
-
bunnei authored
Improve OpenGL state handling
-
bunnei authored
Assert Control Flow Instructions using Control Codes
-
bunnei authored
maxwell_3d: Restructure macro upload to use a single macro code memory.
-
bunnei authored
- Fixes an issue where macros could be skipped. - Fixes rendering of distant objects in Super Mario Odyssey.
-
bunnei authored
Port citra-emu/citra#4369: "compatdb: Use a seperate endpoint for testcase submission"
-
bunnei authored
Assert Control Codes Generation on Shader Instructions
-
bunnei authored
video_core: Move surface declarations out of gl_rasterizer_cache
-
bunnei authored
service/usb: Update IPdSession's function table
-
- 31 Oct, 2018 2 commits
-
-
Lioncash authored
Previously, we would let a user enter an unbounded name and then silently truncate away characters that went over the 32-character limit. This is kind of bad from the UX point of view, because we're essentially not doing what the user intended in certain scenarios. Instead, we clamp it to 32 characters and make that visually apparent in the dialog box to provide a name for a user.
-
Rodolfo Bogado authored
-
- 30 Oct, 2018 12 commits
-
-
Lioncash authored
Updated based off information on SwitchBrew.
-
ReinUsesLisp authored
-
FernandoS27 authored
-
bunnei authored
general: Remove unused boost inclusions where applicable
-
bunnei authored
configure_system: Fix compiler warning
-
Lioncash authored
Cleans up unused includes and trims off some dependencies on externals.
-
Frederic L authored
* get rid of boost::optional * Remove optional references * Use std::reference_wrapper for optional references * Fix clang format * Fix clang format part 2 * Adressed feedback * Fix clang format and MacOS build
-
bunnei authored
hle_ipc: Make GetDomainMessageHeader return a regular pointer
-
Lioncash authored
Gets rid of the need to call the getter and then check for null.
-
Lioncash authored
Nothing requires the shared owner ship here, so we can just return a plain pointer.
-
bunnei authored
core: Add missing const variants of getters for the System class
-
bunnei authored
Implemented Mipmaps
-
- 29 Oct, 2018 6 commits
-
-
bunnei authored
time_stretch: Switch to values of Citra
-
bunnei authored
video_core: Move OpenGL specific utils to its renderer
-
fearlessTobi authored
-
bunnei authored
renderer_opengl: Enable alpha channel for DXT1 texture format
-
bunnei authored
renderer_opengl: Correct bpp value for ASTC_2D_8X5_SRGB
-
ReinUsesLisp authored
-
- 28 Oct, 2018 8 commits
-
-
Rodolfo Bogado authored
-
FernandoS27 authored
-
FernandoS27 authored
-
FernandoS27 authored
-
FernandoS27 authored
-
FernandoS27 authored
-
FernandoS27 authored
-
FernandoS27 authored
-