Updated Coding Style (markdown)

Megamouse 2019-09-16 08:03:01 +02:00
parent ac5538b39e
commit 7a6b654b96

@ -46,3 +46,7 @@ We recommend to follow these guidelines when writing code for RPCS3. They aren't
* Use `.notice()` method to print debug information unconditionally.
* Use `.log()` method for well implemented functions.
* Don't return CELL_OK and other error codes if the function result type doesn't mean error code.
***
### Qt coding style
* Don't concatenate translated strings. Use tr().arg() instead.