- Nov 19, 2014
-
-
Emmanuel Gil Peyrot authored
-
bunnei authored
Update gitignore to exclude project/editor files
-
- Nov 18, 2014
-
-
bunnei authored
Stretch emulation output to render window and be display density independent
-
archshift authored
-
Tony Wasserka authored
Fix documentation of parameters
-
Tony Wasserka authored
directory_sdmc: Fix a signed/unsigned mismatch comparison
-
Tony Wasserka authored
system: Get rid of an unnecessary enum typedef
-
Lioncash authored
-
Lioncash authored
-
Tony Wasserka authored
Remove extraneous semicolons
-
Lioncash authored
-
Lioncash authored
-
Tony Wasserka authored
GLFW provides no proper support for this, hence we just allow any window size to be used.
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
Implementing this function currently is not critical, as we don't perform any configuration changes, yet. However, the interface is a good starting point for adding this functionality.
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
The window title is none of the emulation core's business. The GUI code is free to put whatever it wants there. Providing properly thread-safe window title getters and setters is a mess anyway.
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Kevin Hartman authored
The view is scaled to be as large as possible, without changing the aspect, within the bounds of the window. On "retina" displays, or other displays where window units != pixels, the view should no longer draw incorrectly.
-
Tony Wasserka authored
Replace asserts with _dbg_assert_.
-
bunnei authored
core: Mark some hle functions as static
-
Lioncash authored
These functions are not referred to by their linkage name outside of the translation unit, so they can be marked as static.
-
bunnei authored
FileSys: Updates backend code to use FileSys::Path and fixes binary path types.
-
bunnei authored
-
bunnei authored
-
bunnei authored
added a todo to kernel archive
-
bunnei authored
-
- Nov 17, 2014
- Nov 16, 2014
-
-
Tony Wasserka authored
vertex_shader: Fix control reaches end of function warning
-