ssimco
fb789419c3
Compare only ASCII characters in path
2022-09-08 20:04:37 +03:00
ssimco
459d1f4d8d
Revert "Add support for case insensitive non-ASCII paths"
...
This reverts commit b46e45f402 .
2022-09-08 16:46:00 +03:00
ssimco
b46e45f402
Add support for case insensitive non-ASCII paths
2022-09-08 12:39:18 +03:00
SSimco
a69c18b8b2
Merge branch 'cemu-project:main' into case-inses
2022-09-08 07:40:07 +03:00
Tom Lally
6cdb6eed17
Cleanup udiv128 ( #206 )
2022-09-08 02:12:53 +02:00
ssimco
4e5afba028
Find case-insensitive file/folder path if not found
2022-09-07 12:40:12 +03:00
goeiecool9999
e20bfd00ec
Separate filestream.h into OS specific implementation files ( #190 )
2022-09-07 02:42:25 +02:00
Andrea Pappacoda
8c617a39b7
style: use std::enable_if & co instead of boost:: ( #153 )
2022-09-02 21:06:05 +02:00
Andrea Pappacoda
719ee90b27
build: minor refactoring and fixes
...
- Fix target_precompile_headers() usage; the CemuCommon target exposes
the src/Common/precompiled.h precompiled header as part of its public
interface with
target_precompile_headers(CemuCommon PUBLIC precompiled.h), so all the
other targets wanting to use the precompiled header have to link to
the CemuCommon target with
target_precompile_headers(TargetName PRIVATE CemuCommon).
- Set the project version to 2.0
- Set RUNTIME_OUTPUT_DIRECTORY instead of only their _DEBUG and _RELEASE
variants, fixing the compilation when neither build types are defined
- Use a consistent indentation style (tabs, like in the .cpp files)
- Use "modern" variants of some functions, e.g. add_definitions ->
add_compile_definitions
2022-09-02 13:05:15 +02:00
bitscher
a3b1af4e3d
Add SIGINT handler on posix systems ( #145 )
2022-09-02 09:32:33 +02:00
Tom Lally
d3a7b3b5a6
Misc. Linux improvements and bug fixes. ( #121 )
...
Co-authored-by: Tom Lally <tomlally@protonmail.com>
2022-09-01 20:46:20 +02:00
Exzap
d8da8a54a6
Infrastructure for shipping and auto-updating experimental releases ( #131 )
2022-08-31 12:04:09 +02:00
Marcin Chojnacki
527ee3aea5
Initial implementation of macOS Vulkan renderer over MoltenVK ( #124 )
2022-08-30 19:02:56 +02:00
Tom Lally
c065d22dda
Removed THREAD_LOCAL macro. ( #101 )
2022-08-30 06:10:33 +02:00
Andrea Pappacoda
f51a51df3b
build: improve the Linux aspect of things ( #75 )
...
Improved, fixed and streamlined cmake files. Optionally use system libraries instead of vcpkg (-DENABLE_VCPKG=OFF)
2022-08-29 07:19:48 +02:00
Tom Lally
454b587e36
Fix compilation on GCC and other Linux fixes ( #80 )
2022-08-28 15:29:15 +02:00
Crementif
ca78b92718
Remove cemuhook and fix exports ( #73 )
2022-08-26 19:41:42 +02:00
ArtemisX64
1cb2d4e5ee
Proper fix for static asserts ( #64 )
...
Replace std::uniform_int_distribution with boost::random::uniform_int_distribution
2022-08-26 14:28:50 +02:00
Marcin Chojnacki
974edaa649
Initial macOS port bringup ( #52 )
2022-08-26 04:03:26 +02:00
ArtemisX64
3d6d9341f6
Update precompiled.h
2022-08-25 16:46:34 +09:00
ArtemisX64
8b7738f0ab
Replace Vulkan-SDK with Vulkan Headers
2022-08-25 13:31:32 +09:00
Exzap
d60742f52b
Add all the files
2022-08-22 22:21:23 +02:00