Skip to content

Commit

Permalink
Add path constants
Browse files Browse the repository at this point in the history
Co-authored-by: Kitlith <[email protected]>
  • Loading branch information
ImUrX and kitlith authored Feb 6, 2024
1 parent 165263b commit 7509236
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bridge/bridge-unix-sockets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
#include <filesystem>

#define TMP_DIR "/tmp"
#define SLIMEVR_HOME_LOCAL_DIR ".local/share/slimevr"
#define XDG_DATA_DIR_DEFAULT ".local/share"
#define SLIMEVR_DATA_DIR "slimevr"
#define SOCKET_NAME "SlimeVRDriver"

namespace fs = std::filesystem;
Expand Down

0 comments on commit 7509236

Please sign in to comment.