Skip to content

Commit

Permalink
Client: Request dedicated gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix committed Dec 23, 2023
1 parent 3a9584b commit 41f8537
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Game/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#include <fmt/format.h>
#include <fmt/ostream.h>

NAZARA_REQUEST_DEDICATED_GPU()

int GameMain(int argc, char* argv[])
{
Nz::Application<Nz::Graphics, Nz::JoltPhysics3D, Nz::Network, Nz::Widgets> app(argc, argv);
Expand Down

0 comments on commit 41f8537

Please sign in to comment.