mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[GH-ISSUE #889] Configuring .exe output in Visual Studio #258
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#258
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fraxalotl on GitHub (Sep 12, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/889
Hi,
I'm trying to compile
mainbranch from source on Windows, in Visual Studio.In the Documents/"Building shadPS4 for windows", step 4 of "Compiling with Visual Studio GUI" reads
Change the project to build to shadps4.exe.How exactly do i do that? I've googled around and not found a solution, and im not familiar with c++ or clang tbh.
Sorry for noob question, TIA!
@tGecko commented on GitHub (Sep 12, 2024):
Hi,
you can change it here:
@fraxalotl commented on GitHub (Sep 12, 2024):
@tGecko Thank you!!