- Jun 02, 2017
-
-
TheKoopaKingdom authored
Optimized messages that were repetitive and added ability for core errors to specify more details optionally.
-
TheKoopaKingdom authored
-
TheKoopaKingdom authored
- Made LoadKernelSystemMode return a pair consisting of a system mode and a result code (Could use review). - Deleted ErrorOpenGL error code in favor of just having ErrorVideoCore. - Made dialog messages more clear. - Compared archive ID in fs_user.cpp to ArchiveIdCode::NCCH as opposed to hex magic. - Cleaned up some other stuff.
-
TheKoopaKingdom authored
-
TheKoopaKingdom authored
-
- May 31, 2017
- May 30, 2017
-
-
bunnei authored
swrasterizer: implemented TextureCube
-
Yuri Kunde Schlesner authored
-
- May 29, 2017
-
-
Yuri Kunde Schlesner authored
Now that HandleTable doesn't directly depend on WaitObject anymore, this can be separated from the main kernel.h header.
-
Yuri Kunde Schlesner authored
CMake: Use CMake target properties for all libraries
-
Yuri Kunde Schlesner authored
This isn't necessary anymore since plain Get works correctly for WaitObjects.
-
Yuri Kunde Schlesner authored
-
wwylele authored
-
wwylele authored
-
- May 28, 2017
-
-
Yuri Kunde Schlesner authored
OpenGL: Improve accuracy of quaternion interpolation
-
Yuri Kunde Schlesner authored
Dependencies and build system cleanup
-
Yuri Kunde Schlesner authored
Separates the file into sections and re-orders things to fit in them
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
Dynarmic already adds the correct include paths to the library target.
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
This used to be required to support both Qt4 and Qt5, but we dropped Qt4 so it's not needed anymore.
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
Modules didn't correctly define their dependencies before, which relied on the frontends implicitly including every module for linking to succeed. Also changed every target_link_libraries call to specify visibility of dependencies to avoid leaking definitions to dependents when not necessary.
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
video_core didn't even properly use them, and they were the source of many otherwise-unnecessary dependencies from core to video_core.
-
Yuri Kunde Schlesner authored
-
- May 27, 2017
-
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
This removes a dependency inversion between core and common. It's also the proper place for the file since it makes screen layout decisions specific to the 3DS.
-