- Jul 12, 2015
-
-
Yuri Kunde Schlesner authored
build with visual studio 2015
-
bunnei authored
Fix applet includes using iwyu
-
Yuri Kunde Schlesner authored
-
Emmanuel Gil Peyrot authored
-
Tony Wasserka authored
GLFW: Switch argument parsing to use getopt.
-
Greg Wicks authored
-
Apology11 authored
Visual Studio 2015 defines this in stdio now
-
bunnei authored
Library applet support (swkbd for now)
-
Subv authored
Applets are now cleaned up in AppletUpdateEvent after calling their respective Update method.
-
Yuri Kunde Schlesner authored
Core: Properly configure address space during binary loading
-
Yuri Kunde Schlesner authored
The code now properly configures the process image to match the loaded binary segments (code, rodata, data) instead of just blindly allocating a large chunk of dummy memory.
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Subv authored
-
Subv authored
Currently only the SWKBD is emulated, and there's currently no way to ask the user for input, so it always returns "Subv" as the text.
-
Yuri Kunde Schlesner authored
Common: Fix mask generation in BitField
-
Tony Wasserka authored
Tell CMake to install the compiled binaries on Linux.
-
Tony Wasserka authored
Add GL_CLAMP_TO_BORDER support.
-
bunnei authored
Travis: Remove use of sudo to enable use container-based builds
-
bunnei authored
Update style rules with to better match current practice.
-
- Jul 11, 2015
-
-
Yuri Kunde Schlesner authored
-
bunnei authored
CMake: Fix Debug build configuration in MSVC
-
Yuri Kunde Schlesner authored
Common: Remove thunk.h
-
Lioncash authored
This isn't used, and there's no implementations of the member functions.
-
- Jul 10, 2015
-
-
Yuri Kunde Schlesner authored
Cleanup includes, mostly in common
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
For the signed case, the shifts already remove the rest of the value, so ANDing by the mask is redundant.
-
Yuri Kunde Schlesner authored
Fixes #913
-
- Jul 09, 2015
-
-
Lectem authored
-
Emmanuel Gil Peyrot authored
This will help packaging tremendously, as a `make DESTDIR=… install` will now put every file at their place (on Linux and related).
-
Yuri Kunde Schlesner authored
Debug was missing compiler flags, causing MSVC to default it to building with optimizations enabled (making for a not very useful binary for actual debugging...). Additionally, the variables were re-organized to remove some redundancy, the old Release build type was removed, and RelWithDebInfo was renamed to take its place instead.
-
- Jul 07, 2015
-
-
Yuri Kunde Schlesner authored
Loader: Fix format specifier warning
-
aroulin authored
-
bunnei authored
AppVeyor: Remove submodule checkout depth
-
Yuri Kunde Schlesner authored
This avoid intermittent build failures due to a commit not being reachable using a fixed depth, at the expense of longer checkout times.
-
- Jul 06, 2015
-
-
bunnei authored
Implement blended downscaling for display transfers
-