Ccl

Results 2 issues of Ccl

Due to enum.Parse can't transform SystemLanguage to TitleLanguage correctly, it makes ``` private void GetGameInformation(ref ApplicationControlProperty controlData, out string titleName, out string titleId, out string publisher, out string version) {...

gui
fix

### Description of the issue When I test this game, and found that a Debug.Assert is not pass. ``` public void DecrementReferenceCount() { if (Interlocked.Decrement(ref _referenceCount) == 0) { _value.Dispose();...

bug
gpu