mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 10:19:01 +00:00
rename exe to Slippi_Dolphin
This commit is contained in:
parent
fdd5476b54
commit
8b914e3f24
2 changed files with 1 additions and 3 deletions
|
@ -2996,8 +2996,6 @@ void CEXISlippi::prepareGamePrepOppStep(const SlippiExiTypes::GpFetchStepQuery&
|
||||||
|
|
||||||
void CEXISlippi::handleCompleteSet(const SlippiExiTypes::ReportSetCompletionQuery& query)
|
void CEXISlippi::handleCompleteSet(const SlippiExiTypes::ReportSetCompletionQuery& query)
|
||||||
{
|
{
|
||||||
ERROR_LOG_FMT(SLIPPI_ONLINE, "Hello");
|
|
||||||
|
|
||||||
auto last_match_id = recent_mm_result.id;
|
auto last_match_id = recent_mm_result.id;
|
||||||
if (last_match_id.find("mode.ranked") != std::string::npos)
|
if (last_match_id.find("mode.ranked") != std::string::npos)
|
||||||
{
|
{
|
||||||
|
|
|
@ -425,7 +425,7 @@ if(WIN32)
|
||||||
|
|
||||||
set_target_properties(dolphin-emu PROPERTIES
|
set_target_properties(dolphin-emu PROPERTIES
|
||||||
DEBUG_POSTFIX D
|
DEBUG_POSTFIX D
|
||||||
OUTPUT_NAME Dolphin
|
OUTPUT_NAME Slippi_Dolphin
|
||||||
WIN32_EXECUTABLE TRUE
|
WIN32_EXECUTABLE TRUE
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue