Thread: [Solved] GameName Issue.
View Single Post
PartialCloning
Senior Member
Join Date: Dec 2015
Old 02-12-2019 , 15:14   Re: [NOT SOLVED] GameName Issue.
Reply With Quote #21

Show your code.

You can use
PHP Code:
if(Steam_IsLoaded())
{
    
Steam_SetGameDescription("My Game Name");

Edit: If you're already using reAPI, use m_GameDesc. GameName Wins.

Last edited by PartialCloning; 02-12-2019 at 15:16.
PartialCloning is offline