Age | Commit message (Collapse) | Author |
|
applet types (Application, Library, HomeMenu, System).
This gives each applet type its own set of events as per the real NS module.
|
|
Quickfix typo in OpenGL 3.3 error message
|
|
User pointed out on the Discord server that "nothave" is erroneously concatenated. Added a space to prevent it.
|
|
Telemetry: Add several more useful fields
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Handle invalid filenames when renaming files/directories
|
|
|
|
pica/shader_interpreter: fix off-by-one in LOOP
|
|
Produce 7zip artifacts on Travis and Appveyor
|
|
|
|
DynCom VFP tests
|
|
Services/APT: Corrected the behavior of the Receive/Send/Glance/CancelParameter functions
|
|
|
|
Misc shader debugger fixes
|
|
Fixed build error "too many initializers for ‘const MacAddress"
|
|
|
|
Use WinSSPI instead of OpenSSL
|
|
Appveyor has OpenSSL installed, so cURL tries to link against it.
This causes dll not found errors because we would also need to ship
OpenSSL, so we link against Windows SSPI instead.
|
|
|
|
|
|
gl_rasterizer: use texture buffer for proctex LUT
|
|
gl_rasterizer_cache: fix using_depth_fb
|
|
Add address conversion functions returning optional, Add function to flush virtual region from rasterizer cache
|
|
return an error.
|
|
an outstanding parameter already in memory.
|
|
conditions are met.
|
|
ReceiveParameter call.
|
|
GlanceParameter when the parameter doesn't exist.
|
|
|
|
|
|
|
|
|
|
|
|
Don't pull in entire JSON repo for single header file
|
|
telemetry: Log performance, configuration, and system data.
|
|
|
|
|
|
|
|
citra-qt: UI Themes
|
|
Enable data transfer over ENet
|
|
CMakeLists: Check that all submodules are present
|
|
|
|
Make enet use the same convention as other submodules
|
|
This makes it easier for packagers to preload all submodules.
|