@DizzleByte This is not typical behavior for an unrecognized video card. Usually, Sims 4 runs just fine, with one warning about the unrecognized GPU and then no other signs of trouble.
Still, if you'd like to add your card's device ID to the game's database, that's simple enough. First, please do make sure that Sims 4 is using the discrete card. Go into Documents > Electronic Arts > The Sims 4, open Config.log, scroll down about 30 lines, and you'll see the GPU used the last time you launched the game. It should also say [Found: 0, Supported: 0] in the next line down since your card is unrecognized. If the Intel chip is listed, please do force Windows to use the AMD card instead as I described in my previous post.
If the AMD card is listed, you can simply add it to GraphicsCards.sgr, which will be here:
[install location]\The Sims 4\Game\Bin
Right at the top is this:
vendor "ATI" 0x1002
Under that line, create a new line and copy and paste this:
card 0x744C "AMD Radeon RX 7900 XTX" $cardLevelUber $resolutionHigh
The line should have the same format as those below, so four spaces in from the left. Save the change, launch the game, quit, and the Config.log should how show [Found: 1, Supported: 1] rather than zeroes.
As an alternative, you can make a copy of the original GraphicsCards.sgr and drop it in ConfigOverride within the Sims 4 user folder, then edit that file. The game will use this copy rather than the one in the program files, which is convenient because a game update will revert the copy in the program files but not the one in ConfigOverride.