shadPS4/src
Paris Oplopoios 6295d6c416
Use fs::path::native whenever possible, avoid unnecessary fs->string conversions in GUI code (#1064)
* Use filesystem::path whenever possible, remove fs::path::string

* My hatred for Windows grows with every passing day

* More Qt stuff

* custom u8string formatter for fmt library

* Use u8string for imgui

* Fix toml errors hopefully

* Fix not printing issue

* Oh and on SDL

* I hate Windows even more today

* fix toml reading utf-8 paths

also small fix for fmt::UTF

* Formatting

* Fix QT path to run games

* Fix path logging in save data

* Fix trophy path handling

* Update game_list_frame.cpp

fixed snd0path

* Update main_window.cpp

fix snd0path

* Update main_window.cpp

* paths finally fixed

* git info in WIP versions title

---------

Co-authored-by: Vinicius Rangel <me@viniciusrangel.dev>
Co-authored-by: georgemoralis <giorgosmrls@gmail.com>
2024-09-26 11:41:59 +03:00
..
audio_core Revert "sceNetAccept sleep and SDLAudio::AudioOutOutput latency and cpu improvements (#507)" 2024-09-11 12:56:41 +03:00
common Use fs::path::native whenever possible, avoid unnecessary fs->string conversions in GUI code (#1064) 2024-09-26 11:41:59 +03:00
core Use fs::path::native whenever possible, avoid unnecessary fs->string conversions in GUI code (#1064) 2024-09-26 11:41:59 +03:00
images Auto Update (#1006) 2024-09-24 23:03:15 +03:00
imgui Use fs::path::native whenever possible, avoid unnecessary fs->string conversions in GUI code (#1064) 2024-09-26 11:41:59 +03:00
input Revert "Add UI to configure keyboard-to-controller mapping (#308)" 2024-09-11 12:56:27 +03:00
qt_gui Use fs::path::native whenever possible, avoid unnecessary fs->string conversions in GUI code (#1064) 2024-09-26 11:41:59 +03:00
shader_recompiler shader_recompiler: Sample images using correct result type. (#1068) 2024-09-25 14:20:28 +03:00
video_core Use fs::path::native whenever possible, avoid unnecessary fs->string conversions in GUI code (#1064) 2024-09-26 11:41:59 +03:00
.clang-format chore: Make shadps4 REUSE compliant 2024-02-23 23:33:43 +02:00
emulator.cpp Use fs::path::native whenever possible, avoid unnecessary fs->string conversions in GUI code (#1064) 2024-09-26 11:41:59 +03:00
emulator.h Revert "Add UI to configure keyboard-to-controller mapping (#308)" 2024-09-11 12:56:27 +03:00
main.cpp Use fs::path::native whenever possible, avoid unnecessary fs->string conversions in GUI code (#1064) 2024-09-26 11:41:59 +03:00
sdl_window.cpp Swapchain recreation and window resizing (#933) 2024-09-25 12:43:08 +03:00
sdl_window.h Revert "Add UI to configure keyboard-to-controller mapping (#308)" 2024-09-11 12:56:27 +03:00
shadps4.qrc Auto Update (#1006) 2024-09-24 23:03:15 +03:00
shadps4.rc file formats and qt (#88) 2024-03-01 00:00:35 +02:00