mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-28 05:45:13 -06:00
Updated Coding Style (markdown)
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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user