Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an unused variable within function GetScheduledEventsSummary() in CoreTiming.cpp #16

Merged
merged 1 commit into from Jan 30, 2014

Conversation

lioncash
Copy link
Member

No description provided.

@delroth
Copy link
Member

delroth commented Jan 30, 2014

LGTM.

@degasus
Copy link
Member

degasus commented Jan 30, 2014

looks fine

delroth added a commit that referenced this pull request Jan 30, 2014
Fix an unused variable within function GetScheduledEventsSummary() in CoreTiming.cpp
@delroth delroth merged commit b5b02de into dolphin-emu:master Jan 30, 2014
@lioncash lioncash deleted the core-timing-string-fix branch February 11, 2014 00:53
CarlKenner referenced this pull request in CarlKenner/dolphin Dec 16, 2014
OrN pushed a commit to OrN/dolphin that referenced this pull request May 12, 2018
JosJuice pushed a commit to JosJuice/dolphin that referenced this pull request Jul 17, 2020
…ad function to actually pull proper files from filesystem of iso volume
@ghost ghost mentioned this pull request Feb 11, 2021
rapito pushed a commit to rapito/dolphin that referenced this pull request Sep 16, 2022
Gaberboo pushed a commit to Gaberboo/dolphin that referenced this pull request May 3, 2023
* A handful of improvements to make the stubs complete, more usable and follow up-to-date stub typing standards (https://github.com/python/typeshed/blob/main/CONTRIBUTING.md#conventions):
- Explicitly re-export imports meant to be re-exported
- Fixed how modules are exposed because `dolphin` is not a package
- Now passes AutoPep8 (at 100 line-length, aggressive level 3), Mypy, Pyright, Flake8-PYI, add-trailing-comma and a subset of pydocstyle
- Single-line docstrings on a single line
- Consistently separate docstring description from docstring references
- Explicitly return `None`. Otherwise Mypy infers as `Any` and Pyright as `Unknown`
- Mark type-only classes with `type_check_only`. Those classes are type references and cannot be imported at runtime.
- Prefer `|` rather than `Union` or `Optional`
- Prefer `collections.abc.Callable` over `typing.Callable`
- Fixed the syntax error in tuple return types
- Explicitly type `Position` as a `TypeAlias`
- Fixed the type of optional parameters that have a default value of `None`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants