Satori
b2aa9c83b0
[App/Qt] Implement Settings subsystem
...
This subsystem reads an embedded XML file containing abstract settings data, converts to settings objects which are then read by the Qt UI to generate UI Widgets
2021-08-24 16:25:18 +01:00
Jonathan Goyvaerts
3459ee11d4
Update 'qt-experimental' to match 'master'
2020-08-25 16:03:46 +01:00
Triang3l
0c13b239fd
[D3D12] DXILConv disassembly dumping option
2020-08-22 23:15:50 +03:00
Joel Linn
804384c19c
[SDL2] On Win, build and link statically.
...
Keep using system lib dynamically on Unix.
2020-04-08 21:55:56 -05:00
gibbed
637a8464a7
Update premake.
2020-04-08 09:02:56 -05:00
gibbed
a48bb71c2f
Overhaul logging.
2020-04-07 16:09:41 -05:00
gibbed
de3c91ab2c
Add disruptorplus submodule.
2020-04-07 16:09:41 -05:00
gibbed
5bf0b34445
C++17ification.
...
C++17ification!
- Filesystem interaction now uses std::filesystem::path.
- Usage of const char*, std::string have been changed to
std::string_view where appropriate.
- Usage of printf-style functions changed to use fmt.
2020-04-07 16:09:41 -05:00
gibbed
114cea6fb7
Add fmt submodule.
2020-04-07 16:09:41 -05:00
gibbed
727b3dc2b6
Add utfcpp submodule.
2020-04-07 16:09:41 -05:00
gibbed
8204fa163a
Update libav submodule.
2020-02-24 00:34:19 -06:00
Joel Linn
8efa35d996
Remove unused yaml-cpp.
2020-02-20 06:44:34 -06:00
Joel Linn
d355d433c5
Add SDL2 submodule for MSVC development.
...
Tracking 2.0.10 headers and libraries.
2020-02-10 13:41:19 -06:00
Joel Linn
1985169924
[imgui] Make code compile with new imgui.
2019-11-20 08:05:40 -06:00
Joel Linn
e4c9078cb5
[imgui] Update submodule.
2019-11-20 08:05:40 -06:00
Margen67
09e1028154
Remove (hopefully) last OpenGL leftovers & crunch
...
Crunch is unused.
2019-11-08 09:10:51 -08:00
gibbed
c3c77187bb
Fix an issue in git-clang-format that exists with Python 3.4. Issue resolved on its own by Python 3.7 (unknown when it's actually resolved) but still good to have this fix.
2019-08-17 08:05:03 -05:00
Triang3l
352f12f92e
[D3D12] Switch from gflags to cvars
2019-08-03 16:53:23 +03:00
Jonathan Goyvaerts
81fe22f1c8
Get rid of gflags alltogether
2019-08-03 02:34:19 +02:00
Jonathan Goyvaerts
950e53779c
Add cxxopts third party dependency
2019-08-03 02:21:29 +02:00
Jonathan Goyvaerts
08bdf5abe6
Add cpptoml third_party dependency
2019-08-03 02:20:33 +02:00
Triang3l
e071ca852c
Merge branch 'master' into d3d12
2019-08-02 21:50:43 +03:00
gibbed
3bcd1fb744
Oops. Move Capstone back to 4.0.1.
2019-08-02 11:24:03 -05:00
gibbed
c8715e3aaa
Fix Capstone submodule.
2019-08-02 11:17:44 -05:00
gibbed
083f811f7a
Update discord-rpc, rapidjson.
2019-08-02 11:12:46 -05:00
Rick Gibbed
372928cd57
Merge pull request #1387 from Margen67/update_capstone
...
Update Capstone to latest stable (4.0.1).
2019-08-02 11:09:02 -05:00
gibbed
e05f3288e4
Merge remote-tracking branch 'origin/master' into d3d12
2019-08-02 10:00:36 -05:00
Wes Taylor
ce38e7b0b1
[App] Add support for Discord rich presence.
2019-08-02 09:06:02 -05:00
Margen67
aea0d8d6b3
[third_party] Update capstone to latest stable
2019-06-24 23:15:28 -07:00
gibbed
f54dddee90
Merge branch 'master' into d3d12
2019-05-04 13:09:08 -05:00
gibbed
25bca39262
Update Catch to latest stable.
2019-05-04 11:12:59 -05:00
Triang3l
ec92d46480
Merge branch 'master' into d3d12
2019-04-18 17:54:57 +03:00
gibbed
68b2541d76
Update vswhere binary.
2019-04-18 09:29:32 -05:00
gibbed
ffbc99926b
- Update premake build script for VS2017+ build support.
...
- Update premake (for VS2019 support).
- Update Xenia build script to detect VS2017+ version.
- Update Xenia premake scripts due to updated premake.
- Fix cc override in Xenia build script.
2019-04-18 09:28:31 -05:00
Triang3l
ddd2a6922c
Merge branch 'master' into d3d12
2019-04-14 18:09:44 +03:00
Triang3l
85e26c5dde
[Kernel] XeCryptAes using openluopworld/aes_128
2019-04-14 18:08:07 +03:00
Triang3l
9e6df2e142
Merge branch 'master' into d3d12
2018-12-04 12:00:34 +03:00
gibbed
a90e3c7962
Update Xbyak.
2018-12-03 17:57:54 -06:00
Triang3l
beebed4ca2
Merge branch 'master' into d3d12
2018-11-25 12:44:30 +03:00
gibbed
7f4f90b1ea
Emit mspack debug messages to Xenia.
2018-11-24 20:50:56 -06:00
Triang3l
5c1efe7b9a
Merge branch 'master' into d3d12
2018-11-24 16:26:27 +03:00
gibbed
7226c9e047
Update mspack, add to premake, and fix missing license. Fixes #1252 .
2018-11-23 15:32:55 -06:00
Triang3l
8ced574c6f
[D3D12] Add DXBC tokens and checksum
2018-08-27 15:18:30 +03:00
Dr. Chat
93b4c7133b
[Vulkan] Update to Vulkan 1.1
2018-05-04 17:40:21 -05:00
Dr. Chat
61e47167c0
[Vulkan] Replace vulkan-loader with volk
2018-05-04 16:49:46 -05:00
DrChat
7fbd55369e
[UI] Update microprofile to latest
2018-02-28 18:52:45 -06:00
DrChat
eb6ce26d43
Disable warning C4996 on spirv-tools
2018-02-19 12:58:17 -06:00
DrChat
5ca81f4c9f
Update spirv-tools
2018-02-19 07:54:37 -06:00
DrChat
9479444b3e
Update spirv-tools and spirv-headers submodules
2018-02-19 00:20:30 -06:00
DrChat
6bd25940b9
[SPIR-V] Update SPIRV-Tools
2018-02-18 22:20:52 -06:00